Rate Limits
We have a rate limit in place in order to provide a fair response time to all our API users.
The rate limit is 40 requests/second. All requests count towards the rate limit.
If the rate limit is exceeded, the API returns a 429
status code indicating Too Many Requests
,
with the error message Your request rate has exceeded our rate limit.
.
Updated about 4 years ago