Trading
Place a new order
Place a new order.<br> Fields qty, routeId, side, validity, type, tradableInstrumentId are mandatory inside of the request body. Price can be set to 0 for market orders.
If using a stop type of order, you must specify the stopPrice.
Validity (also known as TimeInForce - TIF in some error messages) must be IOC for market orders and GTC for limit and stop orders.
post/trade/accounts/{accountId}/orders
Path parameters
accountIdinteger required
Account identifier.
Headers
accNuminteger required
Account number
developer-api-keystring
developer-api-key
Request body
Response
OK
Example response
{
"s": "ok"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.