Subscriptions
Funding
Inverse futures funding rate updates with the current settled rate and time
Public · 2 fields
Topic futures/inverse/btc_usd/funding
Inverse futures funding rate updates with the current settled rate and time
Public topic — anyone connected to the WebSocket can subscribe, no API key needed.
Subscribe
Subscribe by calling the subscribe method with this topic.
Request
{
"jsonrpc": "2.0",
"id": 1,
"method": "subscribe",
"params": {
"topics": [
"futures/inverse/btc_usd/funding"
]
}
}Payload
Each notification carries the fields below in params.data.
pair*stringbtc_usdcurrent*objectExample notification
The server pushes the JSON-RPC notification below for every event on this topic.
Notification
{
"jsonrpc": "2.0",
"method": "subscription",
"params": {
"topic": "futures/inverse/btc_usd/funding",
"data": {
"pair": "btc_usd",
"current": {
"rate": 0,
"time": 0
}
}
}
}