Skip to main content
GET
/
analytics
/
volatility
/
index
Volatility Index
curl --request GET \
  --url https://api.amberdata.com/markets/derivatives/analytics/volatility/index \
  --header 'x-api-key: <api-key>'
{
  "status": 200,
  "title": "OK",
  "description": "Successful request",
  "payload": {
    "data": [
      {
        "exchangeTimestamp": "2024-05-01T00:00:00.000Z",
        "exchange": "deribit",
        "instrument": "DERIBIT_BTC_DVOL_INDEX",
        "currency": "BTC",
        "open": 59.81,
        "high": 59.81,
        "low": 59.81,
        "close": 59.81
      }
    ]
  }
}

Authorizations

x-api-key
string
header
required

Query Parameters

exchange
string
default:deribit
required
currency
string
default:BTC
required
startDate
string<date-time>
endDate
string<date-time>
timeInterval
string
timeFormat
string

Response

status
integer
Example:
title
string
Example:
description
string
Example:
payload
object