Default Limits
Rate limits are applied per API key (bot). Each API key you create has its own separate limit.
Rate Limit Response
When you exceed the rate limit, the API returns a429 Too Many Requests response. Wait until the current window resets before retrying.
Best Practices
- Implement exponential backoff when receiving 429 responses
- Cache responses where possible to reduce API calls
- Batch operations when the API supports it