BinanceHistoricalTrades
Fetch historical trades for a Binance trading pair using its symbol. Optionally set limit or fromId to retrieve older trade records for analysis and backtesting.
Instructions
Get older historical trades for a specific trading pair.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Default 500; max 1000 | |
| fromId | No | Trade ID to fetch from | |
| symbol | Yes | Symbol of the trading pair (e.g., BTCUSDT) |