Restrictions

Rate Limiting

To ensure the stability and availability of our services for all users, we have implemented a rate limit of 500 requests per minute for each API key. If you exceed this limit, you will receive a 429 Too Many Requests response, indicating that the rate limit has been reached.

When the rate limit is exceeded, you will need to wait 60 seconds before you can start making new requests. During this time, it is important to avoid retrying immediately to prevent further delays.

To optimize your API usage and avoid hitting the rate limit, consider the following best practices:

  • Cache responses where possible to reduce the number of repeated requests.
  • Only make necessary requests to avoid unnecessary usage.

If your application consistently needs more than 500 requests per minute, contact our support team to discuss potential adjustments to your rate limit.