Rate Limits
API rate limits and throttling policies by endpoint category.
Rate Limits
Our API implements rate limiting to ensure fair usage and maintain service quality for all users. Rate limits are applied per endpoint category, with different thresholds based on the complexity and resource requirements of each operation.
How Rate Limiting Works
When you exceed the rate limit for a specific category, the API will return a 429 Too Many Requests response.
Your application should implement retry logic with exponential backoff when receiving 429 responses.
Rate Limit Categories
API endpoints are organized into three performance tiers.
Rate limits are applied independently for each category.
Fast API
Limit: 100 calls per minute
Medium API
Limit: 20 calls per minute
Slow API
Limit: 5 calls per minute
Important Notes
Warning: Rate limit thresholds may be adjusted in the future. We will provide advance notice to all users before implementing any changes.
.
Updated 18 days ago