Public trades
SQL API
api.trade
api.tradeColumns
Data Access by Tier
Performance
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. Accepts any format parseable by
parseDateTime64BestEffort — e.g. a plain date (2024-06-01, treated
as midnight UTC) or a full ISO 8601 timestamp (2024-06-01T12:00:00Z).
2024-06-01The end time for the trade data. Accepts any format parseable by
parseDateTime64BestEffort — e.g. a plain date (2024-06-02, treated
as midnight UTC) or a full ISO 8601 timestamp (2024-06-02T12:00:00Z).
2024-06-02OK
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
Empty result because the entire requested range is older than your tier's data window; the body carries a working example_url and a Discord invite.
Last updated
Was this helpful?