get-all-orders
Retrieve every open, filled, and cancelled order for a Binance USDⓈ-M Futures symbol. Use it to audit order history and track trading activity by time range or order ID.
Instructions
Get all orders (open, filled, cancelled) for a symbol on Binance USDⓈ-M Futures. Useful for order history and auditing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of orders to return (default: 500, max: 1000) | |
| symbol | Yes | Trading pair symbol (e.g., BTCUSDT, ETHUSDT) | |
| endTime | No | End time in milliseconds (optional) | |
| orderId | No | If provided, returns orders >= orderId | |
| startTime | No | Start time in milliseconds (optional) |