Public trades
api.trade View Documentation
api.trade View DocumentationColumn
Type
Description
⚠️ Extreme Performance Warning
Example Queries
1. Recent Trades for a Single Market
2. Large Trade Detection (Whale Watching)
3. Trade Imbalance Analysis
REST API
Authorizations
AuthorizationstringRequired
Use Basic Authentication with:
- Username: Your API Key
- Password: Your API Secret
Query parameters
exchangestringRequired
The name of the exchange to filter by
marketstringRequired
The universal market symbol to filter by
start_datetimestring · date-timeRequired
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
end_datetimestring · date-timeRequired
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
Responses
200
OK
application/json
get
/trade200
OK
Last updated