Limits
Rate limits are evaluated over a 60-second window.How limits are applied
Authenticated requests use two buckets: one for the API key and one for the authenticated account. The account limit is tracked separately for each account, route, and HTTP method. The response headers show the most restrictive active limit for that request. Authentication uses a separate limiter, and only failed login attempts count toward it. Any request over the limit returns a429 Too Many Requests response.
Rate limit headers
Responses include standard rate limit headers.
Example response headers: