Token - Metadata (Multiple)

Retrieve metadata of multiple tokens. Maximum 50 addresses.

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

Batch token identity lookup.

  • Always use checksum contract addresses on EVM chains and canonical token mint addresses on Solana-like chains.
  • Pass token addresses as a comma-separated list in list_address.
  • Maximum batch size is 50 token addresses per request.
  • Token metadata can vary by chain and token standard.
  • Response entries may be null or missing fields if metadata is not indexed or unavailable for a token.
  • Use this endpoint for batch metadata lookups across token lists, watchlists, search results, or portfolio rows.
  • Cache token metadata where possible because it changes less frequently than market data.
Compute Unit ⚙️
  • Batch CU is calculated as ceil(3 * token_count^0.8).
Use Cases 💡
  • Hydrate token lists with names, symbols, decimals, and logos in one request.
  • Prepare metadata for portfolio, screener, and watchlist pages.
  • Reduce request volume when loading many token cards at once.
  • Join metadata with price, volume, and liquidity data for richer token tables.
How to Use 🛠️
  • Set x-chain for the target network.
  • Pass list_address as comma-separated token addresses.
  • Cache returned metadata and refresh it less frequently than market metrics.
Best Practices ✅
  • Use this endpoint before batch market-data calls so every row has readable token identity.
  • Deduplicate token addresses before calling to keep requests clean.
  • Store token decimals from metadata as shared formatting context for balances, prices, and quantities.

Query Params
string
required

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

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