Endpoints
Signals
Match endpoints ask “which tickers fit this signal right now?” The history endpoint returns the per-bar time series for one signal × one ticker at the chosen resolution.
| Method | Path | Summary |
|---|---|---|
| GET | /v2/signals/{signal} | Find tickers that match a signal right now. |
| GET | /v2/signals/{signal}/{ticker}/history/{interval} | Time series of one signal for one ticker. |