KB / api
GET /api/v1/signals/intraday-replay
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/intraday-replay
Handler: app.signals.routes.get_intraday_replay
Methods: GET
Description
Intraday replay: snapshot bars + transition events for a time window.
Default window: today 09:30-16:00 ET. Capped to 24h.
Optional signals CSV filters the transitions (not the bars).
Parameters
| In | Name | Type | Default | Description |
|---|---|---|---|---|
| query | from_ts | Optional[str] | ||
| query | to_ts | Optional[str] | ||
| query | signals | Optional[str] |
Curl
curl -s https://bigclawd.com/api/v1/signals/intraday-replay