Rate limiting
In order to maintain optimal performance and ensure fair access to our API resources, we implement rate-limiting policies to regulate the frequency and volume of requests made by users.
Per IP address, we allow for 240 calls per minute. Exceeding the limit of 240 calls in one minute will return an HTTP 429: Too Many Requests response code.