Endpoints › Signals
Signals
Which signals exist, and the state of each: the tickers matching it now, or as of any past date. 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/ | Every ticker matching a signal right now. |
| POST | https://api.tickerbot.io/ | Create a webhook that fires when any ticker matches this signal. |
| POST | https://api.tickerbot.io/ | Save a named boolean SQL predicate you can reference like a built-in signal. |
| PATCH | https://api.tickerbot.io/ | Edit the expression or description of one of your custom signals. |
| DELETE | https://api.tickerbot.io/ | Remove a custom signal. Refused by default if anything references it. |
Where else a signal shows up
The catalog and the state live here; history and flips live next door.