cURL
curl --request GET \ --url https://api.qfex.com/funding/{symbol}
{ "count": 123, "data": [ { "intervalMinutes": 123, "rate": 123, "symbol": "<string>", "windowStart": "<string>" } ], "$schema": "<string>" }
Return historic funding rates for a symbol over a time range with forward filling.
OK
Show child attributes
A URL to the JSON Schema for this object.
"https://api.qfex.com/schemas/FundingHistoricResponseBody.json"