August 11th, 2025

A new API rate limiter has been introduced to control the number of public API calls per minute, ensuring fair usage and system stability.
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.
Maintains system performance and stability for all users.
Prevents abuse or accidental overloading of the API.
Encourages efficient API usage and optimized integration design.