Place a buy order (nominal buy)
POST {{proxiedPublicURL}}/orders
Place an order
Request Body
{"user_id"=>"{{latestUserID}}", "account_id"=>"{{latestAccountID}}", "side"=>"BUY", "instrument_id"=>"{{exampleInstrumentID}}", "instrument_id_type"=>"ISIN", "currency"=>"EUR", "order_type"=>"MARKET", "cash_amount"=>"1000"}
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 |