getDeliveryPrice
Retrieve historical settlement prices for expired futures and options contracts. Use to analyze delivery prices for research or PnL reconciliation.
Instructions
Retrieve historical delivery (settlement) prices for expired futures and options contracts, including the final settlement price and delivery timestamp.
Use this endpoint when you need to:
Look up the settlement price of a specific expired futures or options contract
Analyze historical delivery prices for research or PnL reconciliation
Retrieve paginated delivery records across multiple expired contracts
Supported Products: USDT futures, USDC futures, Inverse futures, Option
Supports cursor-based pagination via nextPageCursor.
Do not use this endpoint for upcoming delivery dates — use getInstrumentsInfo which includes
deliveryTime for active contracts.
Notes:
Supports cursor-based pagination
No authentication required
Agent hint: Use this endpoint to look up historical settlement prices for expired futures and options. For option queries, baseCoin defaults to BTC. Use category to filter product type. For delivery time of active (not yet expired) contracts, use getInstrumentsInfo instead. Use nextPageCursor from the response for pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | ||
| symbol | No | ||
| baseCoin | No | ||
| settleCoin | No | ||
| limit | No | ||
| cursor | No |