v2

latestOpenAPI 3.0.3Apache 2.02026-07-3149289180.2 KB

Get Tickers

Get all instrument tickers with live market data.

get/v1/info/tickers

Query parameters

instrument_idinteger

Instrument ID

Response

Tickers response.

instrument_idinteger required

Instrument ID

symbolstring required

Instrument symbol

index_pricestring required

Index price

mark_pricestring required

Mark price

last_pricestring required

Last traded price

mid_pricestring required

Mid price

open_intereststring required

Open interest in number of contracts

funding_ratestring required

Funding rate

next_fundinginteger required

Next funding timestamp in milliseconds

timestampinteger required

Timestamp in milliseconds

Example response

[
  {
    "symbol": "NVDA-USDC",
    "index_price": "100.00",
    "mark_price": "100.00",
    "last_price": "100.00",
    "mid_price": "100.00",
    "open_interest": "10.00",
    "funding_rate": "0.0001",
    "next_funding": 1767225600000,
    "timestamp": 1767225600000
  }
]