Rate limits
The public API allows 60 requests per minute per token.
When the limit is exceeded, requests receive 429 Too Many Requests. Wait for
the window to pass and retry; a simple exponential backoff on 429 responses is
enough for most integrations.