Funding Rates HistoryGET
Returns raw historical funding rates for a perpetual symbol. If `to` is omitted, defaults to the current UTC time.
Authorization
AuthorizationRequiredBearer <token>JWT token obtained from the login endpoint
In: header
Path Parameters
account_idRequiredstringAccount ID
symbol_idRequiredstringInternal symbol ID
Query Parameters
tointegerEnd timestamp (Unix seconds, UTC). Defaults to now.
Format:
"int64"countintegerMaximum number of records to return
Default:
20Format: "int64"Funding rate history
List Positions
Returns position history for the authenticated user
Funding Rates
Returns the live funding rate and next settlement for a perpetual symbol, scoped to the authenticated user's funding profile. Returns 404 if the symbol has no active funding rate or the account group has no funding profile.