Standard Rate Limits
All servers receive a base allocation of API requests with standard throttling policies.Rate limits are calculated per server on every request. Each server operates independently with its own quota allocation.
Premium Rate Limits
Servers with premium subscriptions receive enhanced rate limits and priority processing.Rate Limit Headers
All API responses include rate limiting headers to help you manage request flow:- Standard Response
- Rate Limited Response
Handling Rate Limits
Best Practices
Monitor Headers
Always check rate limit headers in responses to proactively manage request flow
Implement Backoff
Use exponential backoff strategies for handling 429 responses
Batch Operations
Group related requests and use pagination efficiently to minimize API calls
Cache Responses
Cache frequently accessed data to reduce unnecessary API requests
