Place an async order
Permissions required: Execute trades
Place an order, either Limit, StopLoss, StopLimit or TakeProfitLimit currently FillOrKill, ImediateOrCancel or GoodTillCancel are supported.
One of accountId or subaccountId must be specified but not both.
Authorizations
An API key associated with a security role
Body
Parameters to place an order.
Unique client order ID.
"6fb5fc79-0bb4-446d-82dd-d4687fb56a02"
The currency in which order quantity is specified in.
"BTC"
Order type should be for BUY and SELL: LIMIT, STOP_LIMIT, TAKE_PROFIT_LIMIT. Only for SELL: STOP_LOSS
LIMIT, STOP_LOSS, STOP_LIMIT, TAKE_PROFIT_LIMIT Order quantity in units of currency.
"100.00"
Order side, either "BUY" or "SELL".
BUY, SELL Symbol for the order, e.g. BTC-USD.
"BTC-USD"
Time in Force specifies how long the order remains in effect
FOK, IOC, GTC Account ID for this order to book into.
"0e2b2f9d-8d10-4f1e-960b-28567255045f"
Order subaccount allocation
Limit price for the order, required for limit order
"21005.5"
Optional order type parameters for STOP_LOSS, STOP_LIMIT and TAKE_PROFIT_LIMIT orders.
Subaccount ID for this order to book into.
"343b6c83-6d91-4f13-9982-2109abd2dbb0"
Response
Successfully placed an ansyc order

