Messages
{
"id": 42,
"jsonrpc": "2.0",
"method": "public/subscribe",
"params": {
"channels": [
"deribit_price_ranking.btc_usd"
]
}
}{
"data": [
{
"enabled": true,
"identifier": "bitfinex",
"original_price": 41160.5,
"price": 41160.5,
"timestamp": 1702465142997,
"weight": 16.666667
},
{
"enabled": true,
"identifier": "binance",
"original_price": 41119,
"price": 41119,
"timestamp": 1702465143045,
"weight": 16.666667
},
{
"enabled": true,
"identifier": "coinbase",
"original_price": 41115.53,
"price": 41115.53,
"timestamp": 1702465139000,
"weight": 16.666667
},
{
"enabled": true,
"identifier": "gemini",
"original_price": 41116.42,
"price": 41116.42,
"timestamp": 1702465142921,
"weight": 16.666667
},
{
"enabled": true,
"identifier": "itbit",
"original_price": 41108.88,
"price": 41108.88,
"timestamp": 1702465141954,
"weight": 16.666667
},
{
"enabled": true,
"identifier": "kraken",
"original_price": 41108.35,
"price": 41108.35,
"timestamp": 1702465142906,
"weight": 16.666667
}
]
}Market Data
deribit_price_ranking.(index_name)
Price ranking updates for the component exchanges used to calculate the Deribit index.
Use this channel to see per-exchange price contributions that feed into the index calculation for the given index_name.
WSS
deribit_price_ranking.(index_name)
Messages
{
"id": 42,
"jsonrpc": "2.0",
"method": "public/subscribe",
"params": {
"channels": [
"deribit_price_ranking.btc_usd"
]
}
}{
"data": [
{
"enabled": true,
"identifier": "bitfinex",
"original_price": 41160.5,
"price": 41160.5,
"timestamp": 1702465142997,
"weight": 16.666667
},
{
"enabled": true,
"identifier": "binance",
"original_price": 41119,
"price": 41119,
"timestamp": 1702465143045,
"weight": 16.666667
},
{
"enabled": true,
"identifier": "coinbase",
"original_price": 41115.53,
"price": 41115.53,
"timestamp": 1702465139000,
"weight": 16.666667
},
{
"enabled": true,
"identifier": "gemini",
"original_price": 41116.42,
"price": 41116.42,
"timestamp": 1702465142921,
"weight": 16.666667
},
{
"enabled": true,
"identifier": "itbit",
"original_price": 41108.88,
"price": 41108.88,
"timestamp": 1702465141954,
"weight": 16.666667
},
{
"enabled": true,
"identifier": "kraken",
"original_price": 41108.35,
"price": 41108.35,
"timestamp": 1702465142906,
"weight": 16.666667
}
]
}Subscription Request
type:object
Client sends subscription request to subscribe to notification channel. Please refer to Notification page for more information.
Subscription Notification Data
type:object
Server sends subscription notification data
Was this page helpful?