Endpoints · Signals
Subscribe to a signal
POST
https://api.tickerbot.io/v2/signals/{signal}/subscribeFor 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.
Body parameters
stringrequiredSignal name from the schema (case-insensitive).