Rate Limiting
Last updated
Was this helpful?
Last updated
Was this helpful?
To ensure fair usage and protect the API from abuse, rate limiting is applied.
Limit: 60 requests per minute per IP address.
Headers: Standard rate limit headers (RateLimit-Limit
, RateLimit-Remaining
, RateLimit-Reset
, Retry-After
) are included in responses according to the .
Exceeding Limit: If you exceed the rate limit, you will receive an HTTP 429 Too Many Requests
response. Check the Retry-After
header to see when you can make requests again.
Example 429 Response: