Skip to main content

Limits

Each API key is limited to 100 requests per minute (sliding window).

Response Headers

Every response includes rate limit headers:

When You Hit the Limit

You’ll receive a 429 response:

Best Practices

When you receive a 429, wait the number of seconds specified in retry_after before retrying. Don’t retry immediately.
For retries on server errors (5xx), use exponential backoff: wait 1s, then 2s, then 4s, etc.
Account data and scores don’t change every second. Cache responses for a reasonable duration to reduce API calls.
Fetch the data you need with appropriate limit values. The default is 50, max is 100.
If you need higher rate limits for your use case, contact support.
Last modified on April 16, 2026