latestOpenAPI 3.0.32026-08-101461131.1 MB
ad6f143e43aa
crypto:trades
Trades
Get trades for a crypto ticker symbol in a given time range.
get/v3/trades/{cryptoTicker}
Path parameters
cryptoTickerstring required
The ticker symbol to get trades for.
Query parameters
timestampstring
Query by trade timestamp. Either a date with the format YYYY-MM-DD or a nanosecond timestamp.
timestamp.gtestring
Range by timestamp.
timestamp.gtstring
Range by timestamp.
timestamp.ltestring
Range by timestamp.
timestamp.ltstring
Range by timestamp.
order'asc' | 'desc'
Example:asc
Order results based on the sort field.
limitinteger
Example:10
Limit the number of results returned, default is 1000 and max is 50000.
sort'timestamp'
Example:timestamp
Sort field used for ordering.
Response
A list of trades.