Skip to main content
Requests are rate-limited per account (across all of that account’s tokens).

Headers

Every response carries the current window state:

When you’re limited

Exceeding the limit returns 429 Too Many Requests with a Retry-After header (seconds to wait) and the standard error envelope with the rate_limited code:
Back off for at least Retry-After seconds before retrying. A client that reads RateLimit-Remaining and paces itself will rarely hit 429.