Documentation Index
Fetch the complete documentation index at: https://docs.nonce.app/llms.txt
Use this file to discover all available pages before exploring further.
Rate Limits
The Nonce API implements rate limiting to ensure fair usage and platform stability.Current Limits
| Operation Type | Limit |
|---|---|
| Read (GET) | 100 requests per minute |
| Write (POST, DELETE) | Contact administrator |
Rate Limit Exceeded
When you exceed the rate limit, the API will return a429 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 hi@nonce.app.