Orders History

Retrieves all user's closed/cancelled orders up to 2 weeks in the past.

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.

int64

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
Response
Choose an example:
application/json