latestOpenAPI 3.1.02026-08-1051108155.9 KB
6e6f8dad92bf
Funding
Returns a list of projected funding rates for the given products
get/v1/funding/projected-rate
Query parameters
productIdsstring[] required
Array of product ids
Response
Example response
{
"data": [
{
"fundingRate1h": "0.013876480",
"fundingRateProjected1h": "0.000078771"
}
],
"hasNext": true
}