/account/fundingRateHistoryAsk AIget https://api.{env}.bluefin.io/api/v1/account/fundingRateHistoryRetrieves the funding rate history for a specific account.Query ParamsaccountAddressstringAccount address to filter funding rate history by.limitinteger1 to 1000Defaults to 500Default 500; max 1000.pageinteger≥ 1Defaults to 1The page number to retrieve in a paginated response.Responses 200Successful response with funding rate history. 400request missing required parameters 401unauthorized access 404account not found 500internal server errorUpdated 7 months ago