Skip to main content
The Stats group is the fastest way to turn a token or pair address into usable market context. It covers:
  • token overview snapshots
  • market data
  • token metadata
  • market fundamentals
  • trading activity
  • exit liquidity
  • pair-level market overviews
  • lightweight price statistics across multiple timeframes

Which endpoint should I use?

Notes

  • Token - Overview is the best starting point when you want one broad token snapshot.
  • Use Metadata endpoints when you only need identity fields and want the lightest response.
  • Use Market Data when you need fundamentals without the heavier overview payload.
  • Use Trade Data when you need timeframe-based activity and buy/sell behavior.
  • Use Pair Overview for pool-level analysis instead of token-level analysis.
  • Batch limits differ by endpoint, so check each page’s Usage Note before sending large requests.
  • On Solana, some endpoints support ui_amount_mode for Token-2022 scaled UI amounts.

Typical workflow

  1. Load Token - Metadata to hydrate names, symbols, decimals, and logos.
  2. Load Token - Market Data or Token - Overview for valuation and liquidity context.
  3. Load Token - Trade Data or Price Stats for recent momentum and activity.
  4. Add Exit Liquidity or Pair Overview when execution quality or pool structure matters.