Skip to main content
To ensure fair usage and stability of the platform, the nexroute API implements rate limiting.

Limits

The default rate limit is:
IntervalLimit
1 minute100 requests
This translates to 100 requests per rolling 60 second window.

Exceeding the Limit

If you exceed the rate limit, the API will return a 429 Too Many Requests response.
{
  "code": "RATE_LIMIT_EXCEEDED",
  "message": "Too many requests, please try again later."
}

Increasing Limits

If you require higher limits for your application, please reach out to our team to discuss a custom plan.