Bitfinex Contract Funding Rate

    Description

    Details about Bitfinex's funding rates web-site.


    Access

    Restricted Access.


    Measuring Unit

    Ratio


    Data Type

    Timeseries Data


    Frequency

    Hourly Intervals


    Latency

    Funding Rates Latency


    Available Assets

    Available for these assets


    SanAPI

    Available under the bitfinex_perpetual_funding_rate name.

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

    Run in Explorer