Skip to main content
Subscribe to live funding rate updates as individual snapshots. Type: FUNDING_RATE

Raw funding rates (FUNDING_RATE)

Individual funding rate snapshots with current and predicted rates.

Subscribe

{
  "jsonrpc": "2.0",
  "id": 0,
  "method": "public/subscribe",
  "params": {
    "channels": [
      {
        "type": "FUNDING_RATE",
        "category": "*",
        "exchange": "BINANCE_FUTURES",
        "symbol": "BTCUSDT"
      }
    ],
    "compression": "brotli",
    "version": "v2"
  }
}

Response

{
  "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
        }
      }
    }
  ]
}
FieldTypeDescription
fundingRate.fundingRatedoubleCurrent funding rate
fundingRate.predictedFundingRatedoublePredicted next funding rate
fundingRate.timestampTimestampSnapshot time
Both fundingRate and predictedFundingRate may be absent if the exchange has not published a value yet.