v2

latestOpenAPI 3.0.3Apache 2.02026-07-3149289180.2 KB

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.

moreboolean required

More data available

Example response

{
  "data": [
    {
      "funding_rate": "0.0001",
      "timestamp": 1767225600000
    }
  ]
}