v1
latestOpenAPI 3.0.32026-07-267278168.1 KBFunding Rate
Get Funding Rates
Get an estimate of the current-interval funding rate in a given market, as well as when the next funding is and what premium index measurements make up the funding rate. For how funding is calculated and applied, see Funding rates.
get/v1/perps/funding_rates
Query parameters
marketstring required
Example:AAPL-USD.P
Market to query
Response
Current funding rate estimate
Example response
{
"success": true,
"result": {
"market": "AAPL-USD.P",
"rate": "0.0000125",
"intervalEnds": "2022-06-16T12:35:10.123456Z",
"premiums": [
{
"time": "2022-06-16T12:00:00Z",
"premiumIndex": "0.000025"
}
]
}
}