get_fills_history
Retrieve trade fill history for futures contracts with filters by instrument, order, time range, and pagination.
Instructions
Get trade fill history for futures.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instId | No | Instrument ID, e.g. BTC-USDT | |
| orderId | No | Order ID | |
| after | No | Pagination - records earlier than this tradeId | |
| before | No | Pagination - records newer than this tradeId | |
| begin | No | Filter begin timestamp (ms) | |
| end | No | Filter end timestamp (ms) | |
| limit | No | Number of results, max 100. Default 20. |