Huobi Contract Funding Rate

    Description

    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 has been determined at the beginning of the current period. It will not be changed during the period and will be applied in funding calculation at the end of the current period. Meanwhile, in 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 Huobi web-site.


    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.

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    {
      getMetric(metric: "huobi_perpetual_funding_rate") {
        timeseriesData(
          slug: "bitcoin"
          from: "2021-04-01T00:00:00Z"
          to: "2021-04-07T00:00:00Z"
          interval: "8h"
        ) {
          datetime
          value
        }
      }
    }

    Run in Explorer