Create order
POST {{proxiedPublicURL}}/portfolios/orders
Create a new reference account for a user
Request Body
{"account_id"=>"{{latestPortfolioAccountID}}", "user_id"=>"{{latestUserID}}", "cash_amount"=>"1000", "currency"=>"EUR", "side"=>"BUY"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| upvest-client-id | string | (Required) Tenant Client ID | |
| upvest-api-version | number | Upvest API version | |
| Content-Type | string | ||
| idempotency-key | string | Required Idempotency Key to not process requests multiple times |