If you need to increase your rate limit, please contact support.
To ensure reliable and equitable access to our API, we enforce rate limiting. By default, API requests are limited as follows:
  • Limit: 1200 requests per minute per account (as identified by the accountToken attached to the request).
  • Mechanism: Each account can make up to 1200 requests in a short burst. After that, new requests are allowed again at a rate of ~20 per second (equivalent to 1200 requests per minute).
When the rate limit is exceeded, the API responds with a 429 Too Many Requests status code. This indicates that further requests should be paused until the limit resets.