Rate limits
Requests are rate-limited per account on a rolling 1-minute window. When the limit
is exceeded the server returns 429 Too Many Requests with the following headers:
| Header | Description | Example |
|---|---|---|
X-RateLimit-Limit |
Maximum requests allowed in the window | 600 |
X-RateLimit-Remaining |
Requests remaining (0 when rate-limited) |
0 |
X-RateLimit-Reset |
Unix timestamp when the window resets | 1710345600 |
Retry-After |
Seconds to wait before retrying | 60 |
The default write limit is 600 POST requests per account per minute.