Rate Limits
Rate limits are applied per API key (or per IP for unauthenticated requests).Tiers
| Tier | Calls/Day | History | Price |
|---|---|---|---|
| No key | 300/15min (shared IP) | Full | Free |
| Free | 100/day | Full | $0 |
| Starter | 1,000/day | Full | Coming Soon |
| Pro | 10,000/day | Full | Coming Soon |
| Enterprise | 100,000/day | Full | Contact us |
During beta, all tiers have full access to all endpoints and full history depth. Tier restrictions will be introduced when pricing goes live.
Rate Limit Headers
When using an API key, responses include rate limit headers:Exceeding the Limit
When you exceed your rate limit, you’ll receive a429 response:
Best Practices
- Cache responses locally when possible
- Use the
/api/v1/intelligenceendpoint to fetch multiple data types in one call - Use
/api/v1/coins/overviewinstead of querying individual coins - Subscribe to WebSocket feeds for real-time data (coming soon)