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
| Parameter | Required | Description |
|---|---|---|
instrument_name | Yes | Perpetual 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"
}
}
}| Field | Type | Description |
|---|---|---|
instrument_name | string | Perpetual instrument |
timestamp | number | Funding rate timestamp in milliseconds |
spot_price | number | Current spot (index) price |
perp_price | number | Current perpetual price |
funding_rate | number | Current funding rate |
Updated about 15 hours ago
