The API limits are subject to change, so please check the API documentation for the most up-to-date information.
The API limits are applied per account, not per application. This means that if you have multiple applications using the same account, they will share the same limits.
Illegal use of the API, such as scraping or spamming, will result in your account being suspended.
Beyond the global limit, some endpoints may have their own specific limits. You can find these limits in the endpoints documentation.

Using the API Key

The current API limits global are as follows:
  • Rate Limit: 180 requests per minute per account. ( approx. 3 requests per second )
You can check the response headers to monitor your current rate limit status. Look for the following headers:
  • X-RateLimit-Limit: The maximum number of requests allowed during the current rate limit window.
  • X-RateLimit-Remaining: The number of requests you have left in the current window.
  • X-RateLimit-Reset: The number of seconds until the rate limit count resets.