Documentation Index
Fetch the complete documentation index at: https://docs.stratalerts.com/llms.txt
Use this file to discover all available pages before exploring further.
Query current active setups across symbols
The setups endpoint returns the currently active setup records — the same data that populates the Setups Table in the StratAlerts UI. Each item represents one setup on one timeframe for one symbol, and includes candle state, in-force status, P3 and PMG indicators, setup shape, and sector classification. You can scope the results to specific symbols or timeframes, or omit filters to retrieve the full active universe up to yourlimit.
GET https://app.stratalerts.com/api/market/v1/setups/current
Requires scope:
states:readRequest parameters
Comma-separated list of ticker symbols to filter by (e.g.,
AAPL,MSFT,SPY). When provided, only setups for those symbols are returned. Symbols are normalized to uppercase. Maximum 250.Comma-separated list of timeframe codes to filter by (e.g.,
D,W,M). When provided, only setups on those timeframes are returned. Valid timeframe codes: 15, 30, 60, 4H, D, W, M, Q, Y.Maximum number of setup rows to return. Results are ordered by symbol then timeframe before the limit is applied.
Response fields
Array of setup objects.
Code examples
Example response
Error codes
| HTTP status | Error code | Meaning |
|---|---|---|
| 401 | missing_api_key | No API key was provided or the key format is invalid. |
| 403 | inactive_entitlement | Your account does not have an active API entitlement. |
| 403 | missing_scope | Your API key does not have the states:read scope. |