Skip to main content

Throttling

API throttling allows consistent performance within a period of time to prevent the overuse of resources. Throttling limits based on three criteria:

  • Requests per second
  • Requests per day
  • Concurrent requests

The default quota are as follows:

LimitQuota
Request per second5
Request per day50,000
Concurrent requests15

On reaching the quota the response will return a HTTP status code of 429.

To increase the thottling service limits, please contact support. Our team will query further your request before the limits are increased to ensure that the limits increase is to suppost legitimate traffic.