Skip to main content
Requests are managed on a fixed quota system with different limits based on your server configuration.

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.
Premium limits are subject to fair usage policies. Sustained high-volume usage may require additional rate limit discussions.

Rate Limit Headers

All API responses include rate limiting headers to help you manage request flow:

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
Rate Limit Planning: For high-volume integrations, monitor your usage patterns and consider implementing request queuing to stay within limits consistently.