Subscription Channels
{ "jsonrpc": "2.0", "method": "public/subscribe", "id": 42, "params": { "channels": [ "deribit_price_index.(index_name)" ] }}
{ "data": { "index_name": "btc_usd", "price": 3937.89, "timestamp": 1550588002899 }}
Deribit index price updates for the given index_name (current index value).
index_name
Use this channel to track the real-time value of a Deribit index (e.g., btc_usd), which is used across pricing, margining, and settlement-related calculations.
btc_usd
Index identifier, matches (base) cryptocurrency with quote currency
Allowed values: btc_usd, eth_usd, ada_usdc, algo_usdc, avax_usdc, ... (total 47 values)
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?