Rate Limits
Rate limits are like traffic lights for API requests - they keep our servers running smoothly, ensure fair access for everyone, prevent abuse, and maintain reliable service quality.
Current Limits
By default, each API key can make 100 requests per 60 seconds. This means you get 100 tokens in your bucket, and it refills completely every minute.
Dive deeper
If you want to learn more about rate limits, how it’s implemented and how to work with them, you can read all about it in our Advanced Rate Limits Guide.