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

StatusMeaning
200Success.
304Not modified (conditional GET matched).
404The requested symbol is not currently halted.
503Feed is warming up — no snapshot yet. Retry in a few seconds.