getSettlementRecord
Retrieve settlement records for USDC perpetual contracts. Specify a symbol and time range to get session settlements within 30-day windows.
Instructions
Query session settlement records of USDC perpetual contracts.
Unified account covers: USDC contract (linear)
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
Note: During periods of extreme market volatility, this interface may experience increased latency or temporary delays in data delivery.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| symbol | No | ||
| endTime | No | ||
| category | Yes | ||
| startTime | No |