Funding History
Funding History
Retrieve the public funding rate history for futures and collateral markets via the V4 API.
GET
Funding History
Path Parameters
Market name (e.g., BTC_PERP)
Example:
"BTC_PERP"
Query Parameters
Start timestamp in seconds
Example:
1752480000
End timestamp in seconds
Example:
1752537600
Number of records to return. Default: 100, Maximum: 1000
Required range:
1 <= x <= 1000Example:
100
Number of records to skip
Required range:
x >= 0Example:
0
Response
200 - application/json
Successful response
Timestamp when the funding executed
Example:
"1752537600"
Funding rate value
Example:
"-0.0001229"
Market name
Example:
"BTC_PERP"
Price at which the funding settled
Example:
"119816.5"
Timestamp of the funding rate calculation
Example:
"1752508800"