Rate Limits

To ensure optimal performance and avoid potential disruptions, our API enforces a rate limit of 600 requests per minute per IP address. Exceeding this limit may result in receiving HTTP 429 (Too Many Requests) error responses or having the IP address temporarily blocked.

📘

Recommendation

We strongly recommend implementing rate-limiting logic in your application to manage the number of requests made to the API. This will help you avoid reaching the rate limit and ensure a smooth and uninterrupted experience.