Latest

Retrieves the latest tickers for the specified instrument and exchange(s).

RESPONSE DATA
FieldTypeDescription
exchangestringThe name of the exchange.
timestampnumber or stringThe timestamp.
bidnumber | nullThe bid of the market pair.
asknumber | nullThe ask of the market pair.
midnumber | nullThe mid of the market pair.
lastnumber | nullThe last of the market pair.
baseVolumenumber | null
quoteVolumenumber | null
bidVolumenumber | nullIt represents the requested order size of all best bids.
askVolumenumber | nullIt represents the requested order size of all best asks.
sequencenumber | nullThe sequence number (equal to null if it is not provided by the exchange).
metadataobject | null
underlyingPricestring | nullUnderlying price for implied volatility calculations.
underlyingIndexstring | nullName of the underlying future, or indexPrice.
statsobject | null
stats.highnumber | nullHighest price during 24h.
stats.lownumber | nullLowest price during 24h.
stats.volumenumber | nullVolume during last 24h in base currency.
stats.price_changenumber | null24-hour price change expressed as a percentage, null if there weren't any trades.
statestring | nullThe state of the order book. Possible values are open and closed.
settlementPricenumber | nullThe settlement price for the instrument. Only when state = open.
openInterestnumber | nullThe total amount of outstanding contracts in the corresponding amount units. For perpetual and futures the amount is in USD units, for options it is amount of corresponding cryptocurrency contracts, e.g., BTC or ETH.
minPricenumber | nullThe minimum price for the future. Any sell orders you submit lower than this price will be clamped to this minimum.
maxPricenumber | nullThe maximum price for the future. Any buy orders you submit higher than this price, will be clamped to this maximum.
markPricenumber | nullThe mark price for the instrument.
markIvnumber | nullImplied volatility for mark price.
interestRatenumber | nullInterest rate used in implied volatility calculations.
indexPricenumber | nullCurrent index price.
greeksobject | null
greeks.deltanumber | nullThe delta value for the option.
greeks.gammanumber | nullThe gamma value for the option.
greeks.rhonumber | nullThe rho value for the option.
greeks.thetanumber | nullThe theta value for the option.
greeks.veganumber | nullThe vega value for the option.
estimatedDeliveryPricenumber | nullEstimated delivery price for the market.
bidIvnumber | nullImplied volatility for best bid.
askIvnumber | nullImplied volatility for best ask.

Language
Authorization
Header
Click Try It! to start a request and see the response here!