v1

latestOpenAPI 3.1.02026-07-24690345.5 KB

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, ...).

post/auth/r/orders/{symbol}/hist

Path parameters

symbolstring required

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

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