View as markdown
Endpoints · Signals

Subscribe to a signal

POSThttps://api.tickerbot.io/v2/signals/{signal}/subscribe

For boolean signals (e.g. `at_52w_high`, `golden_cross`), the predicate is `signal = true` and `condition` is ignored. For numeric signals (e.g. `rsi_14`, `change_1m`), `condition` is required and takes the shape `">70"`, `"<30"`, `">=100"`, `"=50"`. Optionally restrict the scope to a single ticker or a universe.

Plan access

Included on every plan.

Cadence

Hobby 5m · Pro 1m · Scale 1m · Enterprise 1m.

Capacity

Unlimited on every paid plan.

stringrequired

Signal name from the schema (case-insensitive).

200
Webhook subscription created.
400
bad_request — invalid signal name, missing condition on a numeric signal, malformed condition, etc.
404
unknown_signal — signal does not exist.