{
"jsonrpc": "2.0",
"method": "public/subscribe",
"id": 42,
"params": {
"channels": [
"estimated_expiration_price.(index_name)"
]
}
}{
"data": {
"is_estimated": false,
"price": 3939.73,
"seconds": 180929
}
}Returns calculated (estimated) ending price for given index.
{
"jsonrpc": "2.0",
"method": "public/subscribe",
"id": 42,
"params": {
"channels": [
"estimated_expiration_price.(index_name)"
]
}
}{
"data": {
"is_estimated": false,
"price": 3939.73,
"seconds": 180929
}
}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?