Default limits
| Scope | Limit | Window |
|---|---|---|
| Per account | 600 requests | 1 minute |
| Burst | Allowed | Short bursts above 600/min are tolerated |
Retry-After header indicating how many seconds to wait.
Handling 429 responses
Respect the Retry-After header
The response header tells you exactly how long to wait before retrying.
Use exponential backoff
If
Retry-After is not present, implement exponential backoff starting at 1 second with a maximum of 60 seconds.