Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.moralis.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

The Token API gives you a unified, multichain interface for discovering and analyzing tokens across EVM networks and Solana. Search by address, name, or symbol, pull token scores and analytics, and surface trending or top-moving tokens — all without writing chain-specific logic.

What Is the Token API?

The Token API lets you:
  • Search Tokens — find tokens by contract address, pair address, name, or symbol
  • Score Tokens — retrieve a token score and historical score timeseries
  • Discover Tokens — list filtered, trending, and top-gaining / top-losing tokens
  • Analyze Tokens — get buy/sell volume, buyers, sellers, transactions, liquidity, and FDV trends

Key Features

  • Cross-chain by default — one endpoint shape spans EVM and Solana
  • Discovery and ranking — trending, top gainers, top losers, and customizable filtering
  • Scoring — current token score plus historical timeseries to track quality over time
  • Deep analytics — buy/sell volume, buyer/seller counts, transactions, liquidity, and FDV — single token, multi-token, or timeseries
  • Sort and filter — rank results by market cap, liquidity, volume, and more

Endpoints

GroupEndpointPurpose
SearchToken SearchFind tokens by address, name, or symbol
ScoreToken ScoreCurrent score and quality metrics for a token
ScoreToken Score TimeseriesHistorical score for a token
DiscoveryFiltered TokensQuery tokens with custom filters and sorts
DiscoveryTrending TokensTokens trending across the market
DiscoveryTop GainersTokens with the largest positive price moves
DiscoveryTop LosersTokens with the largest negative price moves
AnalyticsToken AnalyticsTrading analytics for a single token
AnalyticsMulti-Token AnalyticsTrading analytics for a batch of tokens
AnalyticsToken Analytics TimeseriesHistorical trading analytics for a token

Common Use Cases

  • Token discovery
    (surface trending, top-gaining, and newly notable tokens)
  • Wallet and portfolio apps
    (resolve token metadata and show market context next to holdings)
  • Trading and analytics platforms
    (rank tokens by quality, momentum, or liquidity and dive into per-token analytics)
  • Research and screening
    (filter the long tail by score, volume, or liquidity to find candidates)
  • Risk and quality signals
    (combine score and analytics to flag illiquid or low-quality tokens)

Get Started

Pick an endpoint above to start querying tokens, or head to the Universal API overview to see how the Token API fits alongside the rest of the multichain Data API.