Skip to main content
cURL
curl --request GET \
  --url https://test.deribit.com/api/v2/public/get_funding_chart_data
{
  "jsonrpc": "2.0",
  "result": {
    "current_interest": 0.005000670552845,
    "interest_8h": 0.0040080896931,
    "data": [
      {
        "timestamp": 1536569522277,
        "index_price": 8247.27,
        "interest_8h": 0.004999511380756577
      }
    ]
  },
  "id": 123
}

Query Parameters

instrument_name
string
required

Instrument name Unique instrument identifier

Example:

"BTC-PERPETUAL"

length
enum<string>
required

Specifies time period. 8h - 8 hours, 24h - 24 hours, 1m - 1 month

Available options:
8h,
24h,
1m

Response

200 - application/json

Success response

jsonrpc
enum<string>
required

The JSON-RPC version (2.0)

Available options:
2.0
result
object
required
id
integer

The id that was sent in the request