Token - Market Data (Single)

Retrieve market data of a specified token.

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

Focused market fundamentals for one token.

  • Returns current price together with liquidity, market cap, FDV, supply, circulating supply, and holder metrics when available.
  • Use ui_amount_mode=scaled for Solana Token-2022 scaled UI amounts when the token supports scaled UI amount extension.
  • Use this endpoint when you need current market state and valuation, but do not need timeframe-based trade activity or change windows.
Compute Unit ⚙️
  • 10 CU per request.
Use Cases 💡
  • Show current token price and market metrics in trading panels, portfolio dashboards, and token profile headers.
  • Monitor liquidity, supply, holder, FDV, and market-cap signals for token health.
  • Build ranking systems that compare valuation and liquidity quality across tokens.
  • Combine with metadata to create lightweight but complete token cards.
How to Use 🛠️
  • Provide address as the token address and set x-chain for the target network.
  • Set ui_amount_mode=raw for raw decimal-adjusted amounts, or ui_amount_mode=scaled for Solana Token-2022 scaled UI amounts when supported.
  • Use this endpoint when current price, liquidity, supply, and valuation are enough for the view.
  • Use Token Trade Data when you also need buy/sell activity, trader counts, and volume by timeframe.
Best Practices ✅
  • Use this endpoint for high-refresh token cards where Token Overview would return more data than needed.
  • Compare liquidity and FDV together to avoid ranking tokens by valuation without market depth context.
  • Keep ui_amount_mode consistent across market-data, overview, and holder endpoints for Token-2022 scaled UI amount tokens.

Query Params
string
required

The address of the token contract.

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