| Limit | Scope | Window |
|---|---|---|
| 100 req / 10 s | Per API key | Rolling 10 s |
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 header to determine when to retry.