Skip to main content

Rate Limit Headers

Header NameDescription
ratelimit-limitMaximum allowed requests per rate window.
ratelimit-remainingRemaining requests within the current window.
ratelimit-resetSeconds until the rate limit resets.
retry-afterSuggested wait time (in seconds) before making a follow-up request.
The default rate limit allows up to 100 requests per second. For trusted users, this limit can be increased upon request.
Note: If you exceed the rate limit, you will receive a 429 response code. We recommend implementing a queue mechanism or reducing concurrent requests per second to avoid this. Contact support if you need a higher rate limit for specific use cases.