CoinMarketCap Scraper API
Real-time CoinMarketCap data API — get detailed cryptocurrency profiles, browse market listings with sorting, discover trending coins, and view exchange rankings. All data is scraped directly from CoinMarketCap and returned as clean, structured JSON. 4 endpoints: - Get Coin Details — Full cryptocurrency profile by slug (e.g. "bitcoin", "ethereum"): name, symbol, price, market cap, 24h volume,…
CoinMarketCap Scraper API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Coin | ||
| GET |
getCoinDetails /coinmarketcap/coin |
Get detailed information for a specific cryptocurrency by its slug, including price, market cap, volume, supply data, percentage changes, description, and launch date. The slug… |
| Listings | ||
| GET |
getCoinListings /coinmarketcap/listings |
Get a paginated list of cryptocurrencies sorted by market cap, volume, price, or 24h percentage change. Returns up to 500 coins per request with full quote data. Use the `start`… |
| Trending | ||
| GET |
getTrendingCoins /coinmarketcap/trending |
Get the currently trending and most-visited cryptocurrencies on CoinMarketCap. Returns two lists: trending coins (by search/social activity) and most-visited coins (by page… |
| Exchanges | ||
| GET |
getExchangeRankings /coinmarketcap/exchanges |
Get a ranked list of cryptocurrency exchanges with their scores, 24h trading volume, and number of market pairs. Results are sorted by CoinMarketCap exchange score. Use `start`… |
CoinMarketCap Scraper API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $35 / month | — |
|
| MEGA | $100 / month | — |
|