CoinMarketCap
CoinMarketCap

CoinMarketCap provides a comprehensive cryptocurrency market data API, offering real-time and historical data on cryptocurrencies and exchanges.

Completely Secure
80705VIEWS
2503USERS

Tools

1 of 2

Exchange Listings Historical

Retrieve a list of all cryptocurrency exchanges tracked by CoinMarketCap with their IDs, names, and metadata. Returns exchange IDs needed for other exchange-related API calls. Each exchange includes timestamps indicating how far back historical data is available. Note: This uses the /v1/exchange/map endpoint as the historical listings endpoint is not available in the API.

Cryptocurrency Listings Latest

Fetch the latest cryptocurrency market listings from CoinMarketCap. Returns a ranked list of active cryptocurrencies with real-time price, market cap, 24h volume, and percent changes. By default returns top 100 by market cap. Common use cases: - Get top cryptocurrencies: No params needed (defaults to top 100 by market cap) - Find DeFi tokens: tag="defi" - Get high volume assets: volume_24h_min=1000000000 - Find cheap small caps: price_max=1, market_cap_max=10000000 - Get biggest gainers: sort="percent_change_24h", sort_dir="desc" - Pagination: Use start and limit (e.g., start=101, limit=100 for page 2)

Cryptocurrency Map

Tool to retrieve a mapping of all cryptocurrencies, including their unique IDs, symbols, and names. Use when you need reference IDs for crypto assets.

Get Latest Cryptocurrency Quotes

Tool to get the latest market quotes for one or more cryptocurrencies. Use after selecting desired coins.

Exchange Map

Tool to retrieve a mapping of all cryptocurrency exchanges. Use when you need reference IDs for exchanges.

Get Cryptocurrency Info

Tool to fetch metadata (description, logo, URLs) for one or more cryptocurrencies. Use when you need static asset details like descriptions, logos, and related links.