Skip to main content
API keys are subject to the following rate limits:
2 requests per second per API key. This is a default limit and can be increased upon request.
When you exceed the rate limit, you’ll receive a 429 Too Many Requests response with a retryAfter field indicating how many seconds to wait.

Rate Limit Headers

Each API response includes rate limit information:

Handling Rate Limits

To prevent overwhelming the API, you should implement exponential backoff when receiving 429 errors: