Rate Limiting

API requests may be rate limited if they meet the following conditions:

  • More than 20 requests per second
  • More than 500 requests within a five minute period

When a request is rate limited, it will return a HTTP 429 response. Ideally you should begin throttling your requests if you start receiving 429 responses.

Please get in touch if you require different rate limits for your application.