CoinMarketCapCoinMarketCap
PricingAPI StatusGet API Key
  • Overview
  • API Reference
  • AI Agent Hub
  • Changelog
  • FAQ
If you are an AI agent, LLM, or automated tool, this documentation provides clean Markdown versions of pages. Use the HTTP Link header for the exact Markdown alternate, append .md to documentation page URLs, or start from https://pro.coinmarketcap.com/llms.txt.

© 2026 CoinMarketCap. All rights reserved.

xgithub
Choose an EndpointTrial Pro API
Market Data
    Cryptocurrency
    Exchange
    Global Metrics
    Content
    Community
    CMC Index
    Others
DEX Data
    Token
    Platform
    Holder
    OHLCV
Utilities
    Fiat ID MapgetKey InfogetPostman Conversion v1getPrice Conversion v2get
Legacy
Pro API Reference

Trial Pro API

For the complete CoinMarketCap API documentation index, see llms.txt. For a single-file dump of all documentation, see llms-full.txt.

The Trial Pro API lets you call a curated subset of CoinMarketCap Pro API endpoints without an API key, so you can prototype and evaluate response shapes before signing up for a paid plan. Switch to the keyed Pro API for production: trial requests are aggressively rate-limited and the endpoint subset is fixed.

Base URL

Code
https://pro-api.coinmarketcap.com/trial-pro-api

The path must start with /trial-pro-api for the request to be accepted as a keyless call. Any other path on pro-api.coinmarketcap.com requires a valid X-CMC_PRO_API_KEY header. Trial endpoints accept GET only, return the same JSON envelope as the full Pro API, and follow the same standards and conventions and error format.

Available endpoints

Standard API

EndpointDescription
/v1/cryptocurrency/mapCoinMarketCap Cryptocurrency ID Map
/v2/cryptocurrency/infoCryptocurrency Metadata
/v1/exchange/mapCoinMarketCap Exchange ID Map
/v3/cryptocurrency/listings/latestCryptocurrency Listings
/v1/cryptocurrency/listings/latestListings Latest
/v3/cryptocurrency/quotes/latestCryptocurrency Quotes Latest
/v1/global-metrics/quotes/latestGlobal Metrics Latest
/v2/tools/price-conversionPrice Conversion
/v1/cryptocurrency/categoriesCategories
/v1/cryptocurrency/categoryCategory
/v1/simple/priceSimple Price
/v3/fear-and-greed/latestCMC Crypto Fear and Greed Latest
/v3/fear-and-greed/historicalCMC Crypto Fear and Greed Historical
/v3/index/cmc100-latestCoinMarketCap 100 Index Latest
/v3/index/cmc100-historicalCoinMarketCap 100 Index Historical
/v3/index/cmc20-latestCoinMarketCap 20 Index Latest
/v3/index/cmc20-historicalCoinMarketCap 20 Index Historical
/v1/altcoin-season-index/latestAltcoin Season Index Latest
/v1/altcoin-season-index/historicalAltcoin Season Index Historical

DEX API

EndpointDescription
/v4/dex/spot-pairs/latestPairs Listings Latest
/v4/dex/pairs/quotes/latestDEX Pair Quotes Latest
/v1/dex/tokenGet token detail
/v1/dex/token/priceGet token price
/v1/dex/token-liquidity/queryQuery token liquidity
/v1/dex/token/poolsGet token pools
/v1/dex/searchSearch tokens
/v1/dex/security/detailGet security detail
/v1/dex/tokens/transactionsGet swap list
/v1/dex/liquidity-change/listGet liquidity change list
/v1/dex/platform/listGet platform list
/v1/dex/platform/detailGet platform detail
/v1/k-line/candlesK-line candles
/v1/k-line/pointsK-line points
/v1/dex/holders/listGet holders list
/v1/dex/holders/countGet holder count
/v1/dex/holders/detailGet holder detail
Choose an EndpointCryptocurrency
On this page
  • Base URL
  • Available endpoints
    • Standard API
    • DEX API