System Components
Rate-Limits & Request Throttling
Nash’s APIs use rate-limiting mechanisms to control the number of requests an organization can make to the API.
Nash’s APIs use rate-limiting mechanisms to control the number of requests that come in. Each account is limited to 20 requests per second across all Nash API endpoints.
Too many requests hitting will result in HTTP 429 (Too Many Requests) responses. This signals to your application that it should slow down or halt the sending of requests. We strongly recommend that you use a library to help you orchestrate your request rate, for instance by using a backoff approach
If you believe your organization has valid reasons to need a higher limit, contact the Nash support team to discuss the possibility of rate limit adjustments.