Cumulative Futures Funding Rate
Last updated
Last updated
The cumulative funding rate is the total funding rate that would be accumulated by contract holders over a specified time period.
Name | MetricID | Unit | Interval |
---|---|---|---|
The futures_cumulative_funding_rate_usd_margin_*
metrics represent the cumulative average funding rate weighted by open interest from futures markets where the margin asset is U.S. dollars or stablecoins over the previous specified time period.
The futures_cumulative_funding_rate_coin_margin_*
metrics represent the cumulative average funding rate weighted by open interest from futures markets where the margin asset is equivalent to the underlying base asset over the previous specified time period.
The futures_cumulative_funding_rate_all_margin_*
metrics represent the cumulative average funding rate weighted by open interest from all futures markets, regardless of the margin asset, over the previous specified time period.
These metrics have a publication frequency of once per hour and represent the cumulative realized funding rate over the previous 1 day, 7 day, and 30 day time periods.
For example, at the market level, the cumulative funding rate for binance-BTCUSDT-future
over the course of one day would be the cumulative product of the three 8-hour funding settlement rates reported that day. For these metrics, with the CFR being calculated for assets, we leverage our Aggregate Futures Funding Rate to perform this calculation across all relevant markets.
To accumulate the rates hour-over-hour, we first convert the AFR to an hourly rate, multiply the rates together, then convert the product back to the desired rate.
Cumulative Futures Funding Rates can be accessed using the timeseries/asset-metrics
and timeseries/exchange-asset-metrics
endpoints by passing in futures_cumulative_funding_rate_usd_margin_*
to the metrics
parameter.
asset
: The id of the asset.\
time
: The exchange-reported time in ISO 8601 date-time format. Always with nanoseconds precision.\
futures_cumulative_funding_rate_coin_margin_1d
: The cumulative funding rate.
Released on September 19, 2023
where is the Aggregate Funding Rate at timestamp . The increments are hourly, as is published hourly. Thus, futures_cumulative_funding_rate_usd_margin_1d
is the accumulation of funding rates over the last 24 hours, futures_cumulative_funding_rate_usd_margin_7d
is the accumulation of funding rates over the last 168 hours, etc.
Funding rate, cumulative, futures, USD-margined, 1 day
Dimensionless
1 hour
Funding rate, cumulative, futures, USD-margined, 7 days
Dimensionless
1 hour
Funding rate, cumulative, futures, USD-margined, 30 days
Dimensionless
1 hour
Funding rate, cumulative, futures, coin-margined, 1 day
Dimensionless
1 hour
Funding rate, cumulative, futures, coin-margined, 7 days
Dimensionless
1 hour
Funding rate, cumulative, futures, coin-margined, 30 days
Dimensionless
1 hour
Funding rate, cumulative, futures, all-margined, 1 day
Dimensionless
1 hour
Funding rate, cumulative, futures, all-margined, 7 days
Dimensionless
1 hour
Funding rate, cumulative, futures, all-margined, 30 days
Dimensionless
1 hour
Returns requested metrics for specified assets. Results for block by block metrics (1b
frequency) are ordered by tuple (asset, height, block_hash)
, all other metrics are ordered by tuple (asset, time)
. You can change the sorting using sort
query parameter. Supported output formats are json
(default) and csv
, use format
query parameter to override it. To fetch the next page of results use next_page_url
JSON response field or x-next-page-url
CSV HTTP header if present. If multiple metrics are requested in the same time the strict policy for partially available metrics among requested ones is applied:
Time series of metrics for an asset.
Token of the next page results for a given request.
URL of the next page results for a given request.
Returns metrics for specified exchange-asset. Results are ordered by tuple (exchange_asset, time)
. To fetch the next page of results use next_page_url
JSON response field.
Time series of exchange-asset metrics.
Token of the next page results for a given request.
URL of the next page results for a given request.