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 }
Retrieve the list of the latest PERPETUAL funding chart points within a given time period.
Try in API console
Instrument name Unique instrument identifier
"BTC-PERPETUAL"
Specifies time period. 8h - 8 hours, 24h - 24 hours, 1m - 1 month
8h
24h
1m
Success response
The JSON-RPC version (2.0)
2.0
Show child attributes
The id that was sent in the request
Was this page helpful?