v1

latestOpenAPI 3.1.02026-07-24690345.5 KB

Trades (by symbol)

Retrieve your trades by trading pair symbol (e.g. tBTCUSD, tLTCUSD, ...). Your most recent trades will be retrieved by default, but a timestamp can be used to retrieve time-specific data.

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

Path parameters

symbolstring required

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

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