Get Historical Funding
Get public funding rate history for an instrument. Maximum of 100 entries returned per request.
get/v1/info/funding
Query parameters
instrument_idinteger required
Instrument ID
start_timestampinteger
Start timestamp in milliseconds
Example:1767225600000
end_timestampinteger
End timestamp in milliseconds
Example:1767229200000
Response
Funding rate history response.
Example response
{
"data": [
{
"funding_rate": "0.0001",
"timestamp": 1767225600000
}
]
}