Endpoints
Signals
What signals exist, and who matches one right now — built-in and your own, in one catalog.
| Method | Path | Summary |
|---|---|---|
| GET | https://api.tickerbot.io/ | Built-in signals plus your custom signals, each tagged with `kind`. |
| GET | https://api.tickerbot.io/ | Find the tickers where a signal is true right now. |
| GET | https://api.tickerbot.io/ | Run the match set at any past moment — same endpoint as live, with ?asof=. |
| POST | https://api.tickerbot.io/ | Create a webhook that fires when any ticker matches this signal. |
Where else a signal shows up
Identity lives here; history, flips, and authoring live next door.
A signal over time lives in Series, the moments it flipped in Events, and authoring your own under Custom signals. To be pushed when a signal starts matching, subscribe it as a webhook.