{
"jsonrpc": "2.0",
"method": "public/subscribe",
"id": 42,
"params": {
"channels": [
"perpetual.BTC-PERPETUAL.100ms"
]
}
}{
"data": {
"interest": 0.004999511380756577,
"timestamp": 1571386349530,
"index_price": 7872.88
}
}Provide current interest rate - but only for perpetual instruments. Other types won’t generate any notification.
{
"jsonrpc": "2.0",
"method": "public/subscribe",
"id": 42,
"params": {
"channels": [
"perpetual.BTC-PERPETUAL.100ms"
]
}
}{
"data": {
"interest": 0.004999511380756577,
"timestamp": 1571386349530,
"index_price": 7872.88
}
}The name of the instrument
Frequency of notifications. Events will be aggregated over this interval. The value raw means no aggregation will be applied (Please note that raw interval is only available to authorized users)
Allowed values: raw, 100ms, agg2
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?