get-trade-history
Fetch executed trade history for Binance USDⓈ-M Futures, returning filled order details like price, quantity, and fees for a symbol.
Instructions
Get account trade list (executed trades) for Binance USDⓈ-M Futures. Returns detailed information about filled orders including price, quantity, and fees.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of trades to return (default: 500, max: 1000) | |
| fromId | No | Trade ID to fetch from (optional) | |
| symbol | Yes | Trading pair symbol (e.g., BTCUSDT, ETHUSDT) | |
| endTime | No | End time in milliseconds (optional) | |
| startTime | No | Start time in milliseconds (optional) |