Skip to main content
GET
/
analytics
/
volatility
/
index-delivery-price
Index Delivery Price
curl --request GET \
  --url https://api.amberdata.com/markets/derivatives/analytics/volatility/index-delivery-price \
  --header 'x-api-key: <api-key>'
{
  "status": 200,
  "title": "OK",
  "description": "Successful request",
  "payload": {
    "data": [
      {
        "deliveryDate": "2026-04-30",
        "exchange": "deribit",
        "instrument": "BTC-28MAR25",
        "currency": "BTC",
        "deliveryPrice": 76024.17
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.amberdata.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Query Parameters

exchange
string
default:deribit
required

[Required] The exchange for which to retrieve the index delivery price. [Examples] deribit

instrument
string

[Optional] The instrument for which to retrieve the index delivery price. [Examples] btc_usdc

currency
string

[Optional] The underlying currency for which to retrieve the index delivery price. [Examples] BTC | ETH

startDate
string<date>

[Optional] Payload only includes data after this date (inclusive). [Formats] date [Examples] 2026-04-30

endDate
string<date>

[Optional] Payload only includes data before this date (exclusive). [Formats] date [Examples] 2026-04-30

Response

200

status
integer
Example:

200

title
string
Example:

"OK"

description
string
Example:

"Successful request"

payload
object