Public trades
api.trade View Documentation
api.trade View Documentationβ οΈ Extreme Performance Warning
Example Queries
1. Recent Trades for a Single Market
2. Large Trade Detection (Whale Watching)
3. Trade Imbalance Analysis
REST API
Required for /ohlcv and /trade endpoints. Pass your API key in the x-api-key header. Public /market/* endpoints do not require authentication.
The name of the exchange to filter by
The universal market symbol to filter by
The start time for the trade data in ISO 8601 format (e.g., '2023-01-01T00:00:00Z')
or any format that can be parsed by the parseDateTime64BestEffort
The end time for the trade data in ISO 8601 format (e.g., '2023-01-02T00:00:00Z')
or any format that can be parsed by the parseDateTime64BestEffort
OK
The name of the exchange
The universal market symbol
The side of the trade (buy or sell)
The quantity of the asset traded
The price at which the trade occurred
The datetime when the trade occurred
Exchange provided unique identifier for the trade
OK
Last updated