BinanceMyTrades
Retrieves historical trades for a specific symbol on Binance. Use filters like order ID, time range, and limit to review account activity.
Instructions
Get trades for a specific account and symbol.
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) | |
| endTime | No | End time in milliseconds | |
| orderId | No | Order ID | |
| startTime | No | Start time in milliseconds | |
| recvWindow | No | The value cannot be greater than 60000 |