Get a halt
The current halt for a single symbol.
GET /api/v1/halts/{symbol}
Returns the current halt for one ticker.
Path parameters
| Param | Type | Description |
|---|---|---|
symbol | string | Ticker, case-insensitive. |
Request
curl https://upcuit.com/api/v1/halts/AAPL
Response
200 OK — a { data, meta } envelope where data is a single halt object.
Errors
| Status | Meaning |
|---|---|
404 | The symbol is not currently halted. |
503 | Feed is warming up. |