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 one call every 250 milliseconds. Exceeding this limit will return an HTTP 429: Too Many Requests response code.
Comments
0 comments
Please sign in to leave a comment.