Skip to main content
GET
Market Metadata

Path Parameters

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

Response

OK

Market metadata with current price and 24h statistics.

baseIconUrl
string | null

URL for the base token icon

Example:

"https://assets.0xmonaco.com/icons/btc.svg"

high24h
string | null

Highest price in the last 24 hours

Example:

"96500.00"

lastPrice
string | null

Most recent trade price

Example:

"95432.50"

lastPriceTimestamp
string | null

Timestamp of the last trade (ms since epoch)

Example:

"1736742000000"

low24h
string | null

Lowest price in the last 24 hours

Example:

"94200.00"

marketInitializationTimestamp
string | null

When this market was first initialized (ms since epoch)

Example:

"1735000000000"

priceChange24h
string | null

Absolute price change in the last 24 hours

Example:

"1232.50"

priceChangePercent24h
string | null

Percentage price change in the last 24 hours

Example:

"1.31"

quoteIconUrl
string | null

URL for the quote token icon

Example:

"https://assets.0xmonaco.com/icons/usdc.svg"

symbol
string | null

Trading pair symbol

Example:

"BTC/USDC"

volume24h
string | null

Base token volume in the last 24 hours

Example:

"1234.5678"

minLeverage
string | null

Minimum supported leverage for margin markets

Example:

"1"

maxLeverage
string | null

Maximum supported leverage for margin markets

Example:

"20"

markPrice
string | null

Current manipulation-resistant mark price

Example:

"95410.25"

indexPrice
string | null

Current index/oracle reference price

Example:

"95400.00"

totalBaseVolumeLtd
string | null

Life-to-date cumulative base-token volume (since market inception); "0" for a pair with no trades yet

Example:

"123456.78900000"

totalQuoteVolumeLtd
string | null

Life-to-date cumulative quote-token volume (since market inception); "0" for a pair with no trades yet

Example:

"9123456789.50"

totalTradeCountLtd
integer<int64> | null

Life-to-date cumulative number of trades (since market inception); 0 for a pair with no trades yet

Example:

482931

quoteVolume24h
string | null

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

Example:

"117845632.18"