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
}
]
}Changes
Changed in 1 of the 7 revisions of this API.12
- ▲
for the
queryrequest parameterinstrument_id, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ●
for the
queryrequest parameterinstrument_id, the max was set to4294967295.00request-parameter-max-set
- ●
for the
queryrequest parameterinstrument_id, the min was set to0.00request-parameter-min-set
- ▲