Rate Limits

Review the default Stax Bill API rate limits and the response headers that report current usage.

Use this page to check the default Stax Bill API request limits and the response headers that report your current usage.

Default limits

Account typeRequests per minuteRequests per day
Live1,000180,000
Sandbox505,000
TestDrive10500

When you exceed a limit

triangle-exclamation

If you reach the minute or daily limit, the API returns an HTTP 429 response. The response body indicates which limit you exceeded.

Rate limit headers

Each API response includes headers that show the current limit, remaining requests, and reset time for both the minute and daily windows.

HeaderTypeDescription
X-Rate-Limit-Limit-MinuteIntegerMaximum number of requests allowed in the current minute window
X-Rate-Limit-Remaining-MinuteIntegerRemaining requests available in the current minute window
X-Rate-Limit-Reset-MinuteTimestampTimestamp when the next minute window starts. At this time, X-Rate-Limit-Remaining-Minute resets to the value of X-Rate-Limit-Limit-Minute.
X-Rate-Limit-Limit-DayIntegerMaximum number of requests allowed in the current daily window
X-Rate-Limit-Remaining-DayIntegerRemaining requests available in the current daily window
X-Rate-Limit-Reset-DayTimestampTimestamp when the next daily window starts. At this time, X-Rate-Limit-Remaining-Day resets to the value of X-Rate-Limit-Limit-Day.