Rate Limiting

All calls to our API are rate limited. In the case of your calls being throttled the API will return status code 429.

It is best to avoid being throttled but in the case that it happens you should use exponential backoff when making requests to prevent constant throttling.