| Limit | Scope | Window |
|---|---|---|
| 100 req/min | Per API key | Rolling 60s |
| 200 req/min | Per IP address | Rolling 60s |
Response headers
Every authenticated response includes:| Header | Description |
|---|---|
X-RateLimit-Limit | Maximum requests allowed in the window |
X-RateLimit-Remaining | Requests remaining in the current window |
X-RateLimit-Reset | Unix timestamp when the window resets |
Handling 429
When you exceed the limit the API returns429 Too Many Requests:
X-RateLimit-Reset or Retry-After header to determine when to retry.