Rate limit
Last updated
Last updated
Your rate limit for synchronous requests will depend on your plan.
If you're on the standard plan, your rate limit will be 60 requests per minute.
However, if you're on the high plan, your rate limit will be 240 requests per minute.
Asynchronous requests have a higher rate limit of 1.000 request per minute for both plans.
After that, you’ll hit the rate limit and receive a 429
response error code.
To prevent this, we recommend reducing the rate at which you request the API. This can be done by introducing a queue mechanism or reducing the number of concurrent requests per second. If you have specific requirements, to request a rate increase.