GET https://app.stratalerts.com/api/market/v1/states/{symbol}
Requires scope:
states:readPath parameters
string
required
The ticker symbol to look up (e.g.,
AAPL). Normalized to uppercase. Returns 404 if the symbol is unknown or not tracked.Response fields
string
required
The requested ticker symbol, uppercased.
object
required
Full instrument metadata object. Contains the same fields as the instruments endpoint:
symbol, name, market, exchange, type, sector, and active.object
required
Latest trade price object from the prices feed. Contains at minimum
price and volume. May be an empty object ({}) if no recent trade is on record.object
required
Timeframe Continuity state for the symbol. Keys are timeframe labels; values are color strings indicating directional bias.Only timeframes with a recorded TFC state appear in this object. Intraday timeframes may appear when available.
object[]
required
Array of active setup rows for the symbol. Each object includes the setup shape (e.g.,
1-2U), in-force status, P3 and PMG flags, continuation status, and sector. The exact shape mirrors the setups endpoint response items.string
required
The recommended default chart timeframe for this symbol (e.g.,
D).string[]
required
Ordered list of timeframe labels available for this symbol’s chart display (e.g.,
["15", "30", "60", "4H", "D", "W", "M", "Q", "Y"]).Code examples
Example response
Error codes
Error responses use the following shape: