Default: 600 requests/minute per account (burst-friendly). Exceeding returns 429 Too Many Requests with a Retry-After header.Contact support to raise limits for batch operations.
Handling 429 responses
Backoff: Respect the Retry-After header before retrying.
Idempotency: Use Idempotency-Key for POSTs to avoid duplicates.
Queue: Buffer and pace requests client-side during bursts.