Errors
RFC 9457 problem+json and status codes.
Errors use RFC 9457 application/problem+json:
{
"type": "https://upcuit.com/open-api/errors/halt-not-found",
"title": "No active halt for symbol",
"status": 404
}
Status codes
| Status | Meaning |
|---|---|
200 | Success. |
304 | Not modified (conditional GET matched). |
404 | The requested symbol is not currently halted. |
503 | Feed is warming up — no snapshot yet. Retry in a few seconds. |