RATE_LIMITED · throttle.activeapi · v2 · edge-04

429 Too Many Requests

# client throttled · cool-down required

The user agent has sent too many requests in a fixed window of time. Throttling is now active. Reduce request frequency before retrying — or wait for the window to reset.

# endpointGET /api/v2/items
# limit120 req/min
# consumed120 / 120
# reset_in00:38s
# retry_after38 seconds
# client_idcli_4a8b-2c91
# bucketper-ip · per-route
USAGE100%

When the window resets, you may resume normal traffic. Excessive retries during the cool-down may extend the throttle.

X-RateLimit-Limit120
X-RateLimit-Remaining0
X-RateLimit-Reset1716127081
Retry-After38
# tip: implement exponential backoff in client→ retry