Throttling
If a request receives429 Too Many Requests, pause further requests before retrying. If the response includes Retry-After, wait for the specified interval or time; otherwise use increasing delays with random jitter and a bounded retry count.
Questions about sustained high request volume can be sent to hi@nonce.app. Include the endpoints, expected request frequency, and typical response size, but no credentials.