August 11th, 2025

Smarter API Usage with the New Rate Limiter

A new API rate limiter has been introduced to control the number of public API calls per minute, ensuring fair usage and system stability.

Key Updates

  • Public API calls are now limited to 150 requests per minute.

  • If the limit is exceeded, the system will return a 429 (Too Many Requests) response.

  • After hitting the limit, you must wait before resuming API calls.

  • Users should ensure their integration accounts for this limit.

Why It Matters

  • Maintains system performance and stability for all users.

  • Prevents abuse or accidental overloading of the API.

  • Encourages efficient API usage and optimized integration design.