v1
latestOpenAPI 3.0.02026-07-26327775.9 KBAccount
Get orders history
Get orders history for an account. Returns all user's orders with a final status (rejected, filled, canceled). The column names are defined in the ordersHistoryConfig part of the /trade/config route
get/trade/accounts/{accountId}/ordersHistory
Path parameters
accountIdinteger required
Account identifier.
Query parameters
frominteger
Unix timestamp in milliseconds (UTC) for the beginning of the interval. If not specified, all final orders are returned.
tointeger
Unix timestamp in milliseconds (UTC) for the end of the interval. If not specified, all 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"
}