v1
latestOpenAPI 3.0.02026-07-26327775.9 KBAccount
Get non-final orders
Get non-final orders for the account. The column names are defined in the ordersConfig part of the /trade/config route
get/trade/accounts/{accountId}/orders
Path parameters
accountIdinteger required
Account identifier.
Query parameters
frominteger
Unix timestamp in milliseconds (UTC) for the beginning of the interval. If not specified, all non-final orders are returned.
tointeger
Unix timestamp in milliseconds (UTC) for the end of the interval. If not specified, all non-final orders are returned.
tradableInstrumentIdinteger
Instrument filter. If specified, only orders in this instrument will be returned.
Headers
accNuminteger required
Account number
Response
OK
Example response
{
"s": "ok"
}