Reference
Rate Limiting
Rate limits are enforced per API key. Limits are returned in response headers.
| Header | Description |
|---|---|
| X-RateLimit-Limit | Maximum requests allowed in the current window |
| X-RateLimit-Remaining | Requests remaining in the current window |
| X-RateLimit-Reset | Unix timestamp when the window resets |
| Retry-After | Seconds to wait before retrying (only on 429) |
Default limits: 60 req/min for free tier, 600 req/min for paid accounts. Contact support for higher limits.