CoinMarketCapCoinMarketCap
PricingAPI StatusGet an API Key

© 2026 CoinMarketCap. All rights reserved.

xgithub
  • Overview
  • API Reference
  • AI Agent Hub
  • Changelog
  • FAQ
Start Here
    API OverviewQuick StartAuthenticationCommon Workflows
Using the API
    Standards and ConventionsRate limits and troubleshootingBest Practices
Start Here

CoinMarketCap API Common Workflows

Use this page when you know the outcome you want, but you do not need to browse the full API reference yet. Each workflow below points you to the right API family and the pages you will most likely want next.

Popular workflow guides

Get latest crypto prices
Use the current quotes endpoint when you already know the assets you care about.
Get historical price data
Choose between quote history and OHLCV candles for charts, analysis, and backtesting.
Get top coins by market cap
Use listings to pull ranked market views and paginated market slices.

Common starting points

WorkflowStart hereTypical next step
Show the latest prices for a known set of assetsCryptocurrencyStart with Get latest crypto prices
Show the top coins by market capCryptocurrencyStart with Get top coins by market cap
Build historical charts or backtestsCryptocurrency and OHLCVStart with Get historical price data
Look up IDs, metadata, or logosCryptocurrency and ExchangeUse map and info before building downstream requests
Monitor exchanges and market pairsExchangeStart with exchange info, listings/latest, or market-pairs/latest
Work with DEX tokens, pools, and on-chain activityToken, Platform, and OHLCVUse token and pair data first, then add OHLCV or liquidity views
Add market-wide context to your appGlobal Metrics, CMC Index, Content, and CommunityCombine global metrics with content, headlines, or community trend data
Convert values across crypto and fiat currenciesToolsStart with price-conversion

Choose the right request pattern

  • Use quotes/latest when you already know the assets you care about and want current market data.
  • Use listings/latest when you want a ranked or filtered list across the market.
  • Use map first when you want stable IDs for downstream requests.
  • Use info when you need descriptive metadata such as logos, links, and profiles.
  • Use historical endpoints when your product needs charts, time-series views, or backtesting.

Before you ship

These pages answer the questions most teams run into after the first successful call:

  • Authentication
  • API response format, IDs, and timestamps
  • Rate limits, errors, and troubleshooting
  • Best practices
  • Choose an endpoint
AuthenticationStandards and Conventions
On this page
  • Popular workflow guides
  • Common starting points
  • Choose the right request pattern
  • Before you ship