v1

latestOpenAPI 3.1.02026-07-24690345.5 KB

Trades

Retrieve your trades. Your most recent trades will be retrieved by default, but a timestamp can be used to retrieve time-specific data.

post/auth/r/trades/hist

Request body

startinteger

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

endinteger

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

limitinteger

Number of records in response (max. 2500).

sortinteger

+1: sort in ascending order | -1: sort in descending order (by MTS field).

Response

200