Orders History (by symbol)

Retrieves all user's closed/cancelled orders up to 2 weeks in the past by trading pair symbol (e.g. tBTCUSD, tLTCBTC, ...).

Path Params
string
required
Defaults to tBTCUSD

The symbol for which to retrieve order history (e.g. tBTCUSD, tETHUSD, ...).

Body Params
int64

If start is given, only records with MTS_CREATE >= start (milliseconds) will be given as response.

int64

If end is given, only records with MTS_CREATE <= end (milliseconds) will be given as response.

int32

Number of records in response (max. 2500)

id
array of int64s

Allows users to retrieve specific orders by Order ID (id: [ID1, ID2, ID3]).

id
Response

Language
LoadingLoading…
Response
Choose an example:
application/json