Our API implements rate limiting to ensure consistent service quality for all users.
Global Rate Limit
A global rate limit is applied across all API endpoints:
- Maximum of 500 requests per minute
- This limit applies collectively across all API endpoints
- Rate limits are calculated on a rolling 60-second window
Rate Limit Exceeded
If you exceed the rate limit, the API will return:
Status code: 429 Too Many Requests
Headers:
- Retry-After - The number of seconds to wait before making another request

