Market
Get Funding Rate History
Query for historical funding rates. Each symbol has a different funding interval. For example, if the interval is 8 hours and the current time is UTC 12, then it returns the last funding rate, which settled at UTC 8.
get/api/v1/market/funding/history
Query parameters
symbolstring required
Example:BTCUSDC
start_timestring date-time nullable
end_timestring date-time nullable
limitinteger nullable
Response
Funding rate history
Example response
{
"list": [
{
"funding_time": "1672531200000",
"symbol": "BTCUSDC"
}
]
}