/exchange/fundingRateHistoryAsk AIget https://api.{env}.bluefin.io/v1/exchange/fundingRateHistoryRetrieve the funding rate history for a specific market address.Query ParamssymbolstringrequiredThe market symbol to get funding rate history forlimitint320 to 1000Defaults to 100Number of records to return. Default is 100; max is 1000.startTimeAtMillisint64≥ 0The timestamp specifies the earliest point in time for which data should be returned. The value is not included.endTimeAtMillisint64≥ 0The timestamp specifies the latest point in time for which data should be returned. The value is included.pageint32≥ 1The page number to retrieve in a paginated response.Response 200Successful response with funding rate history.Updated 7 months ago