futures_all_orders
Retrieve all futures orders including historical records. Supports pagination with optional start time, end time, and order ID filters.
Instructions
获取期货所有订单(含历史,支持分页和时间筛选)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 交易对符号 | |
| orderId | No | 起始订单ID | |
| startTime | No | 起始时间戳(ms) | |
| endTime | No | 结束时间戳(ms) | |
| limit | No | 数量限制 |