Rate limits are an essential part of maintaining the stability and fairness of our API. They help prevent abuse and ensure that all developers have a fair chance to use our services.

What are Rate Limits?

Rate limits are restrictions on the number of requests you can make to our API within a certain time frame. These limits are designed to protect our systems from excessive traffic and to ensure that all users have a good experience.

How to Check Your Rate Limits

You can check your current rate limits by using the following endpoint:

GET /en/developer-center/rate-limits

Common Rate Limits

Here are some common rate limits for our API:

  • Read Requests: 10,000 requests per minute
  • Write Requests: 1,000 requests per minute
  • Delete Requests: 500 requests per minute

How to Handle Rate Limit Exceeding

If you exceed your rate limits, you will receive a 429 Too Many Requests response. To handle this, you should:

  1. Wait for a few minutes before making more requests.
  2. If you need to make more requests immediately, you can increase your rate limits by contacting our support team.

Further Reading

For more information about rate limits and how to manage them, please refer to our Rate Limits Documentation.

API Rate Limits