Skip to content

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 in app/ 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

InNameTypeDefaultDescription
querylimitint500
queryhoursfloat36
querysignalOptional[str]

Curl

curl -s https://bigclawd.com/api/v1/signals/transitions