Get a market
Get extended detail for a single market — an Ondo equity (e.g. TSLAon), a
Midas RWA yield token (e.g. mTBILL), or an IXS managed vault (e.g.
ixv1).
Adds richer market data on top of the /markets listing, plus an optional
OHLC candle series: pass matching interval and range query params to
include candles (available for equities, Midas tokens except mBTC, and IXS
vaults; omit both for 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, bsc 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').
On-chain ERC-20 address for this token, on the network given by chain.
ERC-20 decimals for this token.
Latest price in USD as a decimal string.
Issuer of this tokenized asset ('ondo' equities, 'midas' RWA yield, 'ixs' managed vaults).
ondo, midas, ixs Asset class. EQUITY trades via the order endpoints; the RWA yield classes and MANAGED_VAULT trade via transact/buy and transact/sell.
EQUITY, T_BILLS, BASIS_TRADE, BTC_YIELD, MANAGED_VAULT Network the contract_address lives on (e.g. 'ethereum', 'base', 'bsc').
base, ethereum, arbitrum, hyperevm, tempo, bsc 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']).
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).
Live tradability: whether this market can be traded right now, and if not, why (and when it reopens). Equities follow US market sessions (some are 24-7 via an off-hours track); RWA yield / vault assets trade continuously unless the issuer pauses. Null if status is unavailable.
{
"is_open": false,
"next_open": "2026-07-06T00:05:00Z",
"reason": "Weekend or Holiday",
"state": "CLOSED"
}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.