Credit System
Each API request consumes a specific number of credits:Managing Your Credits
Check Your Usage
Monitor your credit usage through the CoinStats dashboard or programmatically via the API.Check Credit Usage
Use the
/usage/credits endpoint to check your remaining credits programmatically.The
/usage/credits endpoint is free and does not consume any credits.Plan Limits
Different subscription plans have different credit limits:Plans & Pricing
View full pricing details and features
Best Practices
- Cache responses: Store frequently requested data locally
- Batch requests: Combine multiple requests when possible
- Monitor usage: Track your credit consumption
- Optimize queries: Use filters to reduce data transfer
Coin List Batch Limit
GET /v1/coins accepts a maximum of 100 coin IDs in the comma-separated
coinIds query parameter. Split larger sets across multiple requests. The
limit parameter controls response pagination and does not increase the
100-ID batch limit.
Error Responses
When you exceed your credit limit, you’ll receive a429 Too Many Requests response: