GET
/
api
/
v1
/
funding_rate
/
{market_addr}
{
  "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.

Path Parameters

market_addr
string
required

Market address

Response

200
application/json

Successfully retrieved funding rate

The response is of type object.