Rate limits
In order to keep our API preforming well, we limit how many requests can be made every second. This prevents excessive traffic spikes and ensures the stability of our API.The default rate limit is 15 requests per second.If you exceed this limit, your request will not be processed, and a429
error code will be returned. Please wait to make any further requests.If you are regularly hitting the rate limit, please get in touch to discuss additional capacity for your account.