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:
Limit | Quota |
---|---|
Request per second | 5 |
Request per day | 50,000 |
Concurrent requests | 15 |
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.