Rate limits
Per-credential and per-IP request limits and back-off.
Limits are enforced per minute:
- Per credential: 240 requests/min (keyed on your API key).
- Per IP: 600 requests/min (backstop, includes unauthenticated traffic).
Over the limit returns RATE_LIMITED (retryable: true). Standard rate-limit
headers are returned; back off and retry. Requests are also capped at a 1 MB
body and a bounded query depth/complexity.