Default limits
Each client account has a default limit of 60 requests per minute. This applies across all endpoints and is tracked by client ID, not by IP address. Your specific limit depends on your plan tier and can be viewed in the dashboard.Rate limit response
When you exceed your limit, the API returns a429 status code:
Handling rate limits
Use exponential backoff with jitter when you receive a429 response: