KB / api
GET /api/v1/signals/transitions
Last verified
Auto-generated. This article is rebuilt from FastAPI route introspection by
scripts/build_api_kb.py. Edit the route docstring inapp/and re-run the script — do not edit this file directly.
GET /api/v1/signals/transitions
Handler: app.signals.routes.get_signal_transitions
Methods: GET
Description
Recent signal transitions from the event log.
Default: last 36 hours. Optional signal filter, hours window, limit cap.
Returns newest-first.
The 18 known classifiers (per transitions.KNOWN_SIGNALS):
zgl_cross, gex_sign, pcr_0dte_band, regime,
energy_regime, alignment_severity, wall_proximity,
dix_band, volatility_regime, vix_band,
health_score_band, cascade_stage,
zero_dte_notional_band, mag7_weight_band, sma_stack,
cot_specs_band, aaii_spread_band, squeeze_setup. The
canonical set lives at app/signals/transitions.py:KNOWN_SIGNALS.
Parameters
| In | Name | Type | Default | Description |
|---|---|---|---|---|
| query | limit | int | 500 | |
| query | hours | float | 36 | |
| query | signal | Optional[str] |
Curl
curl -s https://bigclawd.com/api/v1/signals/transitions