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
requests_per_minute
30
Hobbyist api_key
requests_per_minute
60
Startup api_key
requests_per_minute
120
Standard api_key
requests_per_minute
300
Professional api_key
requests_per_minute
600
Enterprise api_key
requests_per_minute
1600
1,600+ rpm; custom limits available.
Monthly credits (Basic) account
credits_per_month
15000
Monthly credits (Professional) account
credits_per_month
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.

Sources