Skip to main content
GET
Token - Market Data (Multiple)

Batch market fundamentals for multiple tokens.

  • Pass token addresses as a comma-separated list in list_address.
  • Maximum batch size is 20 token addresses per request.
  • Returns current price, liquidity, valuation, supply, and holder metrics for each indexed token in the request.
  • Use ui_amount_mode=scaled for Solana Token-2022 scaled UI amounts when tokens support scaled UI amount extension.
  • Batch CU is calculated as ceil(8 * count^0.8).
  • Build watchlists or token screeners with current price and market data for many tokens.
  • Refresh portfolio token metrics in fewer API calls.
  • Compare liquidity, valuation, supply, and holder signals across a selected token set.
  • Power scheduled alert systems that evaluate many tokens together.
  • Set x-chain for the target network.
  • Pass list_address as comma-separated token addresses.
  • Set ui_amount_mode=raw or scaled consistently with your Token-2022 amount handling.
  • Use this endpoint when every row needs current price plus market fundamentals, but not per-timeframe trade windows.
  • Use the single endpoint when a user opens one token detail page.
  • Use this endpoint for batch dashboards and screeners instead of looping over single-token calls.
  • Deduplicate addresses before requesting market data.
  • Combine with metadata multiple to render clean token tables with both identity and market context.

Authorizations

X-API-KEY
string
header
required

API key for authentication

Headers

x-chain
enum<string>
default:solana

A chain name listed in supported networks.

Available options:
solana,
ethereum,
bsc,
base,
robinhood,
sui,
mantle,
hyperevm,
arbitrum,
avalanche,
optimism,
polygon,
zksync,
monad,
aptos,
fogo,
megaeth

Query Parameters

list_address
string
required

A list of token addresses in string separated by commas (,)

ui_amount_mode
enum<string>
default:scaled

Indicate whether to use the scaled amount for scaled ui amount tokens. Only support solana

Available options:
raw,
scaled

Response

JSON object containing market data of multiple tokens

success
boolean
required

Whether the request completed successfully.

data
object
required

Map keyed by token address. Each value is the token market-data object for that token, or null when market data is unavailable.