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 the Deribit website.


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.

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