Funding

funding Channel

Monitor funding rate updates for perpetual futures.

šŸ“˜

Learn More: For detailed information about funding rate calculations and payment mechanics, see the Funding Rate Specification.

Subscribe

ParameterRequiredDescription
instrument_nameYesPerpetual instrument name (e.g., "BTC_USDC-PERPETUAL")
{
  "channel": "funding",
  "query": {
    "instrument_name": "BTC_USDC-PERPETUAL"
  }
}

Event: funding

{
  "kind": "event",
  "type": "funding",
  "timestamp_ms": 1677721600000,
  "data": {
    "instrument_name": "BTC_USDC-PERPETUAL",
    "timestamp": 1677721600000,
    "spot_price": 45000.5,
    "perp_price": 45010.0,
    "funding_rate": 0.0001
  },
  "subscription": {
    "channel": "funding",
    "query": {
      "instrument_name": "BTC_USDC-PERPETUAL"
    }
  }
}
FieldTypeDescription
instrument_namestringPerpetual instrument
timestampnumberFunding rate timestamp in milliseconds
spot_pricenumberCurrent spot (index) price
perp_pricenumberCurrent perpetual price
funding_ratenumberCurrent funding rate