rate_limited
HTTP 429 · Safe to retry the identical request
More than 120 requests per minute with this key.
What happened
The limit is per key, not per IP address.
How to fix it
- Wait for the number of seconds in the
Retry-Afterheader, then repeat the same request. - Poll less: use
GET /v1/orders?updated_since=...for one batched query instead of one request per order — or use webhooks and stop polling entirely.
Retrying
You can repeat the identical request. Order creation is protected against duplicates, so a repeat can never create a second order.
All error codes: /developers/errors · Machine-readable: llms-full.txt