get_historical_trades
Retrieve historical trade data for specific cryptocurrency pairs on Binance. Specify symbol, limit, and starting trade ID to access past transaction details for analysis.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fromId | No | Trade ID to start from, default returns the most recent trades | |
limit | No | Number of trades to return, default 500, max 1000 | |
symbol | Yes | Trading pair symbol, e.g. BTCUSDT |