{
"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
}
}This subscription provides basic statistics about Deribit Index
{
"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
}
}Index name
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?