Price
Derivatives price endpoint
What is this endpoint for?
This endpoint shows the mark price, index price, and price (last traded price) of a derivative.
Endpoint
Parameters
Parameter | Required | Description | Example |
---|---|---|---|
| Yes | Should be one of the exchanges currently supported |
|
| Yes |
|
|
| Yes |
| |
| No | Interval period (can be one of |
|
| No | Number of snapshots to return data for. (default: 100, min: 1, max: 1000). See Pagination |
|
| No | Return the data in ascending ( |
|
| No | Starting time in ISO 8601 (inclusive). |
|
| No | Ending time in ISO 8601 (exclusive). |
|
Fields
Field | Description | Example |
---|---|---|
| Timestamp at which the interval begins. In milliseconds. |
|
| The price of the underlying index, often as a weighted average across multiple exchanges' spot prices |
|
| The mark price of the contract. It is used for calculating profit and loss (PnL) and liquidation price. Designed to be fair and avoid price manipulation. |
|
| Most recent traded price of derivative contract |
|
Request examples
Response example
Last updated