splitchAlpha

DocsAPIRATE_LIMITED.md

RATE_LIMITED

HTTP status
429
Details payload
{ retryAfterMs: number }

Remediation

Back off for details.retryAfterMs, then retry

Cause

The caller exceeded the rate budget for this surface.

Fix

Back off for details.retryAfterMs and retry. The same value is on the Retry-After response header.

Related codes