GET
/
api
/
v1
/
funding_rate
[
  {
    "funding_index": 1000000000000000000,
    "funding_interval_seconds": 28800,
    "funding_rate_percentage": 0.0001,
    "funding_rate_raw": 1000000000000000,
    "last_updated": "2024-01-01T12:00:00Z",
    "mark_price": 65000000000,
    "market_addr": "0x1234567890abcdef...",
    "next_funding_time": "2024-01-01T16:00:00Z",
    "oracle_price": 64950000000,
    "premium_rate_percentage": 0.0008,
    "symbol": "BTC-USD",
    "time_to_next_funding_seconds": 14400
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

market_addr
string | null

Market address to get funding rate for

symbol
string | null

Symbol to get funding rate for (alternative to market_addr)

Response

200
application/json

Successfully retrieved funding rate(s)

The response is of type object[].