futures_all_orders
Retrieve historical futures orders for a trading pair. Filter by time range or order ID to paginate results.
Instructions
Get futures order history (requires API key)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of orders (default 500, max 1000) | |
| symbol | Yes | Trading pair (required) | |
| endTime | No | End time in ms | |
| orderId | No | Start pagination from this order ID | |
| startTime | No | Start time in ms |