Subscription Channels
{ "jsonrpc": "2.0", "method": "public/subscribe", "id": 42, "params": { "channels": [ "deribit_volatility_index.(index_name)" ] } }
{ "data": { "volatility": 129.36, "timestamp": 1619777946007, "index_name": "btc_usd" } }
Volatility index updates for the given index_name.
index_name
Use this channel to receive volatility index values (e.g., DVOL-like measures) as they update.
Index identifier, matches (base) cryptocurrency with quote currency
Allowed values: btc_usd, eth_usd, ada_usdc, algo_usdc, avax_usdc, ... (total 47 values)
btc_usd
eth_usd
ada_usdc
algo_usdc
avax_usdc
Client sends subscription request to subscribe to notification channel. Please refer to Notification page for more information.
Server sends subscription notification data
Was this page helpful?