Disclosure API · problems · HTTP 429
rate_limited
Free-tier request budget exceeded.
- What it means
- The anonymous budget stated in X-RateLimit-Policy was used up for this address. Retry-After says how long until the window opens.
- What to do
- Wait for Retry-After, or request a key, which raises the limits and lifts the row cap.
- Retry
- Retry after the Retry-After header elapses.
- Who changes what
- The caller. The request as sent cannot be answered; the detail field says why.
- On the wire
Content-Type: application/problem+json{"type":"https://www.veridionmarkets.com/data-api/problems/rate_limited","code":"rate_limited","status":429,…,"request_id":"…"}
Documented for version 1.3.5. The request_id in the body equals the X-Request-ID header; quote it to support@veridionmarkets.com. All problems · API page