Get extended detail for a single tokenized equity (e.g. TSLAon).
Includes 52-week range, volume, market cap, holder count, and tradable
sessions in addition to the fields returned by /markets.
OHLC candles are opt-in: pass both interval and range query
params to include a candles array in the response. They must be
provided together and must form one of the supported pairs:
1min / 5min / 15min with range=1day1hour / 4hour with range=1month12hour with range=3month1day with range=3month / 6month / 1year / allOmitting both returns the market detail without candles.
Documentation Index
Fetch the complete documentation index at: https://docs.compasslabs.ai/llms.txt
Use this file to discover all available pages before exploring further.
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 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.
Chain on which the contract is deployed.
ethereum 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']).
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 asset.
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.