Token - Market Data (Multiple)

Retrieve market data of multiple tokens. Maximum 20 addresses.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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.
Compute Unit ⚙️
  • Batch CU is calculated as ceil(10 * token_count^0.8).
Use Cases 💡
  • 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.
How to Use 🛠️
  • 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.
Best Practices ✅
  • 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.

Query Params
string
required

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

string
enum
Defaults to scaled

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

Allowed:
Headers
string
enum
Defaults to solana

A chain name listed in supported networks.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json