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.

Path Params
string
required
Defaults to tBTCUSD

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

Body Params
int64

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

int64

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

int32

Number of records in response (max. 2500).

int32

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

Response

Language
LoadingLoading…
Response
Choose an example:
application/json