FUNDING_RATE
Subscribe to live funding rate updates as individual snapshots.
Subscribe
JSON
{
"jsonrpc": "2.0",
"id": 0,
"method": "public/subscribe",
"params": {
"channels": [
{
"type": "FUNDING_RATE",
"category": "*",
"exchange": "BINANCE_FUTURES",
"symbol": "BTCUSDT"
}
],
"compression": "brotli",
"version": "v2"
}
}
Response
JSON
{
"points": [
{
"series": {
"type": "FUNDING_RATE",
"symbol": "BTCUSDT",
"exchange": "BINANCE_FUTURES",
"normalizedSymbol": "BTC-USDT",
"category": "PERPETUAL",
"coin": "BTC",
"inverse": false
},
"fundingRate": {
"fundingRate": 0.0001,
"predictedFundingRate": 0.00012,
"timestamp": {
"seconds": 1769058900
}
}
}
]
}
Response fields
| Field | Type | Description |
|---|---|---|
fundingRate.fundingRate | double | Current funding rate |
fundingRate.predictedFundingRate | double | Predicted next funding rate |
fundingRate.timestamp | Timestamp | Snapshot time |
Both fundingRate and predictedFundingRate may be absent if the exchange has not published a value yet.