v1

latestOpenAPI 3.1.02026-07-24690345.5 KB

Orders History

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

post/auth/r/orders/hist

Request body

startinteger

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

endinteger

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

limitinteger

Number of records in response (max. 2500).

idinteger[]

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

Response

200