Deribit Contract Funding Rate

Description

The Deribit perpetual contract features a continuous measurement of the difference between the mark price of the contract and the Deribit BTC Index. The percentage difference between these two price levels is the basis for the 8-hourly funding rate that is applied to all outstanding perpetual contracts.

More details on Deribit 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 deribit_perpetual_funding_rate name.

1
2
3
4
5
6
7
8
9
10
11
12
13
{
  getMetric(metric: "deribit_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

Help & Feedback

We are using cookies to improve your experience!

By clicking “Allow all”, you agree to use of all cookies. Visit our Cookies Policy to learn more.