v1

latestOpenAPI 3.0.02026-07-26327775.9 KB
Account

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

sstring required

Status will always be ok.

Example response

{
  "s": "ok"
}