Skip to main content

Default Rate Limit

120 requests per minute per API key.
If a request exceeds the limit, the API returns a 429 Too Many Requests status code.
Implement retry logic using exponential backoff to safely handle rate limit responses and minimize service disruptions.