CoinMarketCap · Rate Limits
Coinmarketcap Rate Limits
CoinMarketCap enforces both per-minute rate limits and monthly credit allowances. Free Basic plan starts at ~30 requests/minute and 15,000 credits/month; paid tiers progress through 60, 120, 300, 600, and 1,600+ requests per minute. A 429 response is returned when the per-minute cap is exceeded; a 1015 status when the monthly credit allowance is exhausted.
8 Limits
Throttle: 429
CryptoMarket DataRate Limiting
Limits
Basic (Free) api_key
30
Hobbyist api_key
60
Startup api_key
120
Standard api_key
300
Professional api_key
600
Enterprise api_key
1600
1,600+ rpm; custom limits available.
Monthly credits (Basic) account
15000
Monthly credits (Professional) account
5000000
Policies
Credit-based metering
Each endpoint consumes a documented number of credits per call (often based on parameters such as number of symbols requested). Track the X-CMC_PRO_API_KEY header on outbound calls and the credit-count headers on inbound responses.
Backoff Strategy
On 429 honor Retry-After; on 1015 stop until next billing cycle or upgrade.