COINCAP API home page
Search...
⌘K
Support
Home
Home
Search...
Navigation
API Documentation
Limits and Usage
Documentation
API Reference
Methodology
Community
API Documentation
Introduction
Request API Key
Limits and Usage
Headers and Request Format
Codes and Error Responses
Available Endpoints
Asset
GET
Get assets
GET
Get assets by id
GET
Retrieve historical data for a cryptocurrency
GET
Retrieve Market Information
Candle
GET
Get market candles
Exchanges
GET
Get all exchanges
GET
Get exchange by ID
Markets
GET
Get market data
Rates
GET
Get all rates
GET
Get rate by ID
On this page
Rate Limits:
Historical Data:
Handling Rate Limits:
How to Handle Rate Limit Errors:
API Documentation
Limits and Usage
Limits and Usage
CoinCap enforces rate limits to ensure fair usage of the API and to prevent server overload.
Rate Limits:
Without an API Key:
200 requests per minute
With an API Key:
500 requests per minute
Historical Data:
Up to 11 years of historical data is available, regardless of whether you’re using an API key or not.
Handling Rate Limits:
When you exceed the rate limit, you’ll receive a 429 Too Many Requests status code.
How to Handle Rate Limit Errors:
Make sure your application is designed to handle 429 errors gracefully. Implement backoff strategies such as retrying the request after a delay to prevent overloading the server.
Request API Key
Headers and Request Format
Assistant
Responses are generated using AI and may contain mistakes.