Skip to main content

Limits

All endpoints are rate-limited to 100 requests per 60 seconds per API key (or per IP address if no key is provided).

Response Headers

Rate limit headers are included in every response:
HeaderDescription
X-RateLimit-LimitMaximum requests per window (100)
X-RateLimit-RemainingRequests remaining in the current window
Retry-AfterSeconds to wait before retrying (only on 429 responses)
When rate limited, wait for the number of seconds specified in the Retry-After header before retrying.