Skip to main content

Rate Limits

CubeStack applies rate limits to ensure fair usage and platform stability.

Default Limits

Rate Limit Headers

Every API response includes rate limit information:

Exceeding the Limit

When you exceed the rate limit, the API returns a 429 Too Many Requests response:

Best Practices

  • Cache responses when possible
  • Use pagination to reduce the number of requests
  • Implement exponential backoff on 429 responses
  • Contact support if you need higher limits