The Aevum Zenth API enforces rate limits to ensure platform stability, fair resource distribution, and protection against abusive traffic. Understanding these limits is critical for building resilient integrations.
Rate limits are determined by your subscription tier, API key scope, and endpoint complexity. All limits are calculated using a sliding window algorithm.
| Tier | Requests / Minute | Requests / Day | Burst Allowance | Concurrent Connections |
|---|---|---|---|---|
| Sandbox / Free | 60 | 5,000 | 10 req/sec | 2 |
| Developer | 300 | 50,000 | 25 req/sec | 5 |
| Pro | 1,200 | 500,000 | 50 req/sec | 15 |
| Enterprise | Custom | Unlimited | Dedicated Gateway | Dedicated |
| Partner / ISV | Custom | Unlimited | Priority Routing | Priority |
Every API response includes rate limit metadata in standard HTTP headers. Monitor these values to implement efficient retry logic.
Maximum number of requests allowed per minute for your tier.
Number of requests remaining in the current window.
Unix timestamp when the rate limit window resets.
Seconds to wait before retrying (only present on 429 responses).
When you exceed your rate limit, the API returns HTTP 429 Too Many Requests. The response body includes a machine-readable error payload and actionable guidance.
If-None-Match) and respect Cache-Control headers to reduce redundant API calls./v2/batch) to combine multiple operations into a single request, conserving your quota.X-RateLimit-Remaining and throttle client-side when values drop below 10%.Important: Intentionally bypassing rate limits using multiple API keys, IP rotation, or automated bypass scripts violates the Aevum Zenth Acceptable Use Policy and will result in immediate account suspension.
If your application legitimately requires higher throughput than your current tier allows, you can request a temporary or permanent increase. Enterprise and Partner clients are routed to a dedicated infrastructure pool.
Enterprise and partner integrations receive dedicated throughput, priority routing, and SLA-backed availability.
Contact Sales Team →