getDeliveryRecord
Retrieve delivery records for USDC futures, Inverse futures, and Options with customizable time ranges.
Instructions
Query delivery records of USDC futures, Inverse futures, and Options.
Unified account covers: USDT futures / USDC contract / Inverse futures / Options
Classic account covers: Inverse futures
Time range rules:
Without both
startTimeandendTime: returns last 30 days by defaultOnly
startTimeprovided: returns from startTime to startTime + 30 daysOnly
endTimeprovided: returns from endTime - 30 days to endTimeBoth provided: endTime - startTime must be ≤ 30 days
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| symbol | No | ||
| endTime | No | ||
| expDate | No | ||
| category | Yes | ||
| startTime | No |