market
Response headers
| Header | Notes |
|---|---|
X-Request-Id |
Present on every response, including errors and 404. Quote it when reporting a problem — it is the only field that finds your request in our logs. If you send one, we echo yours back instead of generating one. |
X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset |
Your per-minute quota state. Present on a response that was decided against your account, and absent whenever it was not — on any 401, and on a 429 from the shared per-address ceiling, because neither of those knows whose quota to report; and while our rate-limit store is unavailable. See Rate limiting. |
Retry-After |
Only on a 429. Whole seconds, never less than 1. It can exceed 60 — a one-minute ceiling does not imply a one-minute wait, see below. |