Subscription Channels
{ "jsonrpc": "2.0", "method": "public/subscribe", "id": 42, "params": { "channels": [ "deribit_price_statistics.(index_name)" ] }}
{ "data": { "low24h": 58012.08, "index_name": "btc_usd", "high24h": 59311.42, "change24h": 1009.61, "high_volatility": false }}
Basic statistics for the Deribit index.
Provides statistical information related to the given index_name (e.g., aggregated stats derived from index updates). Useful for monitoring index behavior over time.
index_name
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?