Token - Metadata (Single)

Retrieve metadata of a specified token.

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

Lightweight token identity lookup.

  • Always use the checksum contract address on EVM chains and the canonical token mint address on Solana-like chains.
  • Token metadata can vary by chain and token standard.
  • Response may be null or missing fields if metadata is not indexed or unavailable.
  • Use this endpoint when fetching metadata for one token; use the multiple endpoint for batch lookups.
  • Cache token metadata where possible because it changes less frequently than market data.
Compute Unit ⚙️
  • 3 CU per request.
Use Cases 💡
  • Display token names, symbols, decimals, and logos in portfolios, token pages, and trading interfaces.
  • Enrich search results, watchlists, and token cards before adding price or liquidity data.
  • Normalize token display across chains using one metadata lookup pattern.
  • Validate token identity before running analytics, alerts, or token-screening workflows.
How to Use 🛠️
  • Provide address as the token address and set x-chain for the target network.
  • Use the multiple metadata endpoint when you need to hydrate a list of tokens.
  • Cache metadata because it changes much less often than price, liquidity, or trading activity.
Best Practices ✅
  • Fetch metadata before rendering token tables so users see readable names and symbols instead of raw addresses.
  • Join metadata with market-data or price endpoints for richer token cards.
  • Store decimals with the token record so downstream amount formatting stays consistent.

Query Params
string
required

The address of the token contract.

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