Skip to main content

Rate Limits

The Nonce API implements rate limiting to ensure fair usage and platform stability.
Rate limit parameters are subject to change. We recommend implementing proper retry logic in your applications.

Current Limits

Operation TypeLimit
Read (GET)100 requests per minute
Write (POST, DELETE)Contact administrator

Rate Limit Exceeded

When you exceed the rate limit, the API will return a 429 Too Many Requests response. Implement exponential backoff in your retry logic to handle these cases gracefully. If you require higher limits for your use case, please contact [email protected].