Huobi Contract Funding Rate

Description

The funding rate aims to ensure that the transaction price of Perpetual Swap closely follows the underlying reference price. The funding rate for each period is calculated from the data of the previous period and is determined at the beginning of the current period. It will not change during the period and will be applied in the funding calculation at the end of the current period. Meanwhile, during this period, the estimated funding rate for the next period is calculated every minute, and the last calculated estimated funding rate will be used as the rate for the next period.

More details on the Huobi website.


Access

Restricted Access.


Measuring Unit

Ratio


Data Type

Timeseries Data


Frequency

8-Hour Intervals


Latency

Funding Rates Latency


Available Assets

Available for these assets


SanAPI

Available under the huobi_perpetual_funding_rate name.

{
getMetric(metric: "huobi_perpetual_funding_rate") {
timeseriesDataJson(
slug: "bitcoin"
from: "2021-04-01T00:00:00Z"
to: "2021-04-07T00:00:00Z"
interval: "8h"
)
}
}