# Rate Limits & Quotas

Netomnia Wholesale Gateway API may enforce rate limits to ensure fair usage and system stability.

# Current Policy

  • Default: No strict rate limits are currently enforced for most tenants.
  • Best Practice: Limit requests to 10 per second per endpoint unless otherwise agreed.
  • Bursting: If you expect to send large bursts of traffic, contact support to discuss your use case.

# Rate Limit Headers

If rate limits are enforced, responses may include headers such as:

  • X-RateLimit-Limit: Maximum requests allowed in the window
  • X-RateLimit-Remaining: Requests remaining in the window
  • Retry-After: Seconds to wait before retrying

# Error Codes

  • 429 Too Many Requests: You have exceeded the allowed rate. Wait and retry after the time specified in Retry-After.

# Contact

  • For high-volume or special use cases, contact support@netomnia.com to discuss custom limits.