Skip to main content
GET
cURL

Path Parameters

tradingPairId
string
default:893d2add-2f36-4ee7-b660-893d2add2f36
required

Response

200 - application/json

OK

tradingPairId
string<uuid> | null
symbol
string | null
lastPrice
string | null
markPrice
string | null
indexPrice
string | null
high24h
string | null
low24h
string | null
volume24h
string | null

Base-asset volume in the last 24 hours

Example:

"1234.5678"

priceChange24h
string | null
priceChangePercent24h
string | null
openInterest
string | null

Open interest in base-asset units (legacy alias of openInterestBase)

Example:

"12345.67"

currentFundingRate
string | null
estimatedNextFundingRate
string | null
nextFundingTime
string | null
marketStatus
string | null
marketRegime
string | null
updatedAt
string | null
openInterestBase
string | null

Open interest in base-asset units (e.g. BTC)

Example:

"12345.67"

openInterestNotional
string | null

Open interest notional in quote units (openInterestBase x mark price, falling back to the last trade price when no mark is available)

Example:

"1172836500.00"

quoteVolume24h
string | null

Quote-token (notional) volume summed over the available candles in the rolling 24h window; null when quote volume is unavailable

Example:

"117845632.18"