Rate Limits

To ensure a consistent quality of service, rate-limits apply to all API requests.

To ensure a consistent quality of service, the following default rate-limits apply to all API requests:

  • A rate limit of 15 requests per second to all endpoints. Exceeding this limit will result in a rate_limit_exceeded error.

  • A limit of 25 orders created per hour. Exceeding this limit will result in an order_limit_exceeded error.

Error Code
HTTP Status Code
Meaning

rate_limit_exceeded

429

The error response object includes a limit key that specifies the limit that applies to your account. Please ensure that you are not refreshing the cache more often than necessary.

order_limit_exceeded

429

The error response object includes a limit key that specifies the limit that applies to your account.

Verify that you aren't creating too many orders by mistake as you are required to pay for them.

Requests to increase the default rate limit will be subject to review and should be filed with your account manager. In case you have no account manager, please contact [email protected].

Last updated

Was this helpful?