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.003",
    "future_mark_price": "200000",
    "spot_mark_price": "195000",
    "fair_value_price": "195050",
    "event_time": "2025-07-31T22: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-05-01"

Response

200
application/json

Successfully retrieved funding rate data

The response is of type object[].