Exchange Swap Funding Rate
Perpetual-swap funding rate — the periodic payment between long and short positions that anchors the perpetual price to the spot index. Positive = longs pay shorts (bullish leverage); negative = shorts pay longs.
What it measures
Perpetual-swap funding rate — the periodic payment between long and short positions that anchors the perpetual price to the spot index. Positive = longs pay shorts (bullish leverage); negative = shorts pay longs. This endpoint serves exchange swap data — per-exchange, per-quote pairs (e.g.btc_usdt).
Use inverse=true for coin-margined contracts; the default false returns linear (USDⓈ-margined) contracts.
btc_usdt for a single pair, or an aggregated btc_all symbol to get that exchange’s all-quote aggregate (still that one exchange — not the cross-exchange cq aggregate).Authorizations
For each API request, include the Authorization HTTP header with Bearer {access_token}.
Query Parameters
Exchange name, e.g. binance. List active exchanges via /market/info/exchanges.
Trading pair. Per-quote (btc_usdt) and aggregated all-quote (btc_all) symbols are both accepted — btc_all returns the exchange-level all-quote aggregate.
Return inverse (coin-margined) contracts. true or false; defaults to false (linear). Swap only.
true, false Aggregation window: day (default), hour, 10min, or min.
day, hour, 10min, min Inclusive start time, YYYYMMDDTHHMMSS (UTC). If window=day, YYYYMMDD is also accepted.
Inclusive end time, YYYYMMDDTHHMMSS (UTC). If window=day, YYYYMMDD is also accepted.
Maximum rows returned (default 100, max 10000).
x <= 10000Response format: json (default) or csv.
json, csv