Get a single market
Get extended detail for a single tokenized market.
Works for both asset families: an Ondo equity (e.g. TSLAon) or a
Midas RWA yield token (e.g. mTBILL). Equities add 52-week range,
volume, market cap, holder count, and tradable sessions on top of the
/markets fields; RWA-yield entries instead carry apy_7d/apy_30d and
tvl_usd.
OHLC candles are an equities-only feature — opt in by passing both
interval and range query params to include a candles array. They
must be provided together and must form one of the supported pairs:
1min/5min/15minwithrange=1day1hour/4hourwithrange=1month12hourwithrange=3month1daywithrange=3month/6month/1year/all
Omitting both returns the market detail without candles.
Path Parameters
Query Parameters
Network the market is deployed on (defaults to Ethereum). A token deployed on multiple chains (e.g. Midas RWA on Ethereum and Base) is resolved per chain; 404 if the symbol isn't deployed there. Ondo equities are Ethereum-only. The chain to use.
base, ethereum, arbitrum, hyperevm, tempo Optional candle interval. Must be paired with range and form a valid (interval, range) pair to include OHLC candles in the response.
1min, 5min, 15min, 1hour, 4hour, 12hour, 1day Optional lookback window. Must be paired with interval and form a valid (interval, range) pair to include OHLC candles in the response.
1day, 1month, 3month, 6month, 1year, all Response
Successful Response
Extended market view returned when fetching a single market.
On-chain token symbol (e.g. 'TSLAon').
Underlying equity ticker (e.g. 'TSLA').
Underlying equity full name (e.g. 'Tesla, Inc. Common Stock').
Ethereum mainnet ERC-20 address for this token.
ERC-20 decimals for this token.
Latest price in USD as a decimal string.
Absolute USD price change vs 24h ago (decimal string).
Percent price change vs 24h ago (decimal string).
Sector / industry tags from the issuer (e.g. ['Technology']).
Regional market exposure tags (e.g. ['US']).
Issuer of this tokenized asset ('ondo' equities, 'midas' RWA yield).
ondo, midas Asset class. EQUITY trades via the order endpoints; RWA yield classes trade via transact/buy and transact/sell.
EQUITY, T_BILLS, BASIS_TRADE, BTC_YIELD Network the contract_address lives on ('ethereum' or 'base').
base, ethereum, arbitrum, hyperevm, tempo Trailing 7-day annualized NAV growth (decimal fraction string, e.g. '0.0512' = 5.12%). RWA yield assets only; null until enough NAV history exists.
Trailing 30-day annualized NAV growth (decimal fraction string). RWA yield assets only; null until enough NAV history exists.
Total value locked in USD (RWA yield assets only).
24h price sparkline as (timestamp, price) samples in chronological order.
52-week high of the underlying equity (USD).
52-week low of the underlying equity (USD).
24h trading volume of the underlying equity.
Average trading volume of the underlying equity.
Shares outstanding of the underlying equity.
Market cap of the underlying equity (USD).
On-chain holder count for the tokenized equity.
Sessions in which the token can be traded (e.g. 'regular', 'premarket').
Shares-multiplier ratio (= 1 if no recent split / corporate action).
OHLC candles. Present only when both interval and range query params are provided and form a valid pair; omitted otherwise.