Rate limits
Rate limits define the maximum number of requests that are allowed by a client application per minute, using a leaky bucket algorithm.
Usage of a leaky bucket algorithm allows client applications to make an unlimited number of requests over a large time horizon but prevents excessively large bursts over a short one.
The current bucket size is 20 requests, with a leak rate of 4 requests per second.
The bucket size and leak rate can vary by endpoint and are documented in the reference documentation.
Was this page helpful?
Tell us more…
Help us improve our content. Responses are anonymous.
Thanks
We appreciate your feedback!