BinanceAggTrades
Retrieve compressed aggregate trade data for any Binance trading pair, with options to filter by time range or trade ID.
Instructions
Get compressed, aggregate trades for a specific trading pair.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Default 500; max 1000 | |
| fromId | No | ID to get aggregate trades from | |
| symbol | Yes | Symbol of the trading pair (e.g., BTCUSDT) | |
| endTime | No | End time in milliseconds | |
| startTime | No | Start time in milliseconds |