Skip to main content

Rate Limits

The Skaala API implements rate limiting to ensure fair usage and system stability.
Current Limits: 100 requests per minute per API key

Rate Limit Headers

Every API response includes rate limit information:

Handling Rate Limits

When you exceed the rate limit, you’ll receive a 429 Too Many Requests response:
Implement exponential backoff when you receive a 429 response.