Funding History
API v4
Funding History
This endpoint returns the funding rate history for a specified futures market.
GET
Funding History
Documentation Index
Fetch the complete documentation index at: https://whitebit-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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 funding was executed
Example:
"1752537600"
Funding rate value
Example:
"-0.0001229"
Market name
Example:
"BTC_PERP"
Price at which funding was settled
Example:
"119816.5"
Timestamp when the funding rate was calculated
Example:
"1752508800"