v1
latestOpenAPI 3.0.32026-07-1482226.1 KBAccount Data
/account/fundingRateHistory
Retrieves the funding rate history for a specific account.
get/api/v1/account/fundingRateHistory
Query parameters
accountAddressstring
Account address to filter funding rate history by.
limitinteger
Default 500; max 1000.
pageinteger
The page number to retrieve in a paginated response.
Response
Successful response with funding rate history.
Example response
{
"data": [
{
"paymentAmountE9": "1000000",
"rateE9": "10000000",
"symbol": "0x123456789abcdef",
"executedAtMillis": 1569514978020,
"computedAtMillis": 1569514978020
}
]
}