GET
/
rest
/
funding-rate
Get historical funding rates
curl --request GET \
  --url https://api.exchange.fairx.net/rest/funding-rate
[
  {
    "symbol": "BIPZ30",
    "funding_rate": "0.000100",
    "future_mark_price": "62850.25",
    "spot_mark_price": "62840.10",
    "fair_value_price": "62845.00",
    "event_time": "2025-08-13T12:00:00Z"
  }
]

Query Parameters

symbol
string
required

The instrument symbol (e.g., "BIPZ30")

Example:

"BIPZ30"

trading_session_date
string

Trading session date in YYYY-MM-DD format (defaults to today's date if absent)

Example:

"2025-08-01"

Response

200
application/json

Successfully retrieved funding rate data

The response is of type object[].