Rate Limits
All public endpoints in our API are rate-limited to 100 requests per minute. This means that any requests beyond this limit will result in an error response (typically, a 429 response served via Cloudflare).
The rate limit is in place to ensure the stability and reliability of the API, and to prevent abusive or excessive usage. It also ensures that all users have fair and equal access to the resources provided by the API.
To ensure that your application operates within the rate limit, we recommend that you implement rate limiting on your end as well. This can be done by setting a maximum number of requests per minute in your application code, and by caching responses where appropriate.
If you require a higher rate limit, please contact our support team with details about your use case and we will be happy to review your request.
Thank you for your cooperation in maintaining the stability and reliability of our API.
Last modified 2mo ago