Skip to main content
The CoinStats API uses a credit-based system for rate limiting. Different endpoints consume different amounts of credits based on the complexity and data requirements of the request.

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.
Response:
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

Error Responses

When you exceed your credit limit, you’ll receive a 429 Too Many Requests response:

Credit Reset

Credits are typically reset monthly based on your subscription plan.