get https://api.amberdata.com/markets/derivatives/analytics/volatility/index
This endpoint returns the value of the BTC (or other altcoin) VIX. The methodology of this index is similar to the VIX but for the underlying crypto. Deribit developed their Bitcoin VIX called the DVOL index.
RESPONSE DATA
Field | Type | Description |
---|---|---|
payload.metadata.api-version | string | Version of the API. |
payload.data[index].close | number | The close value. |
payload.data[index].currency | string | The currency. |
payload.data[index].exchange | string | The exchange. |
payload.data[index].exchangeTimestamp | number | string | The expiration timestamp. |
payload.data[index].high | number | The high value. |
payload.data[index].instrument | string | The instrument. |
payload.data[index].low | number | The low value. |
payload.data[index].open | number | The open value. |