Rate Limiting Policy

This policy is designed to ensure fair and efficient use of our services. Here's a summary of our rate limiting measures:

  • Requests Per Second: Users are limited to 100 requests per second per IP address.
  • Burst Limit: Users can burst up to 150 requests per second for a short duration.
  • Exceeding Limits: If the limit is exceeded, the user will receive a 429 Too Many Requests response.

For more detailed information and frequently asked questions about our rate limiting policy, please visit our Rate Limiting FAQ.


Here's an example of how the rate limiting might work:

  • If you send more than 100 requests per second, you will receive a 429 response.
  • If you have a valid burst token, you can send up to 150 requests per second.

To manage your rate limiting, you can use the following endpoint:

  • Endpoint: /api/rate-limiting/token
  • Method: POST
  • Body: { "token": "your_token" }

For more information on obtaining a rate limiting token, please see our API documentation.


Rate Limiting