View as markdown
Endpoints

Signals

What signals exist, and who matches one right now — built-in and your own, in one catalog.

MethodPathSummary
GEThttps://api.tickerbot.io/v2/signalsBuilt-in signals plus your custom signals, each tagged with `kind`.
GEThttps://api.tickerbot.io/v2/signals/{signal}Find the tickers where a signal is true right now.
GEThttps://api.tickerbot.io/v2/signals/{signal}?asof=Run the match set at any past moment — same endpoint as live, with ?asof=.
POSThttps://api.tickerbot.io/v2/signals/{signal}/subscribeCreate 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.