ratio-signal-worker
Ratio-breakout trend-following signal & backtest API.
| Method | Path | Notes |
|---|---|---|
| GET | /pairs | List registered pairs |
| GET | /pairs/:name/signal | Latest computed signal - ratio, band, side to hold, whether it just flipped |
| GET | /pairs/:name/backtest | CAGR, max drawdown, buy&hold benchmarks. Query: initial_capital, end, apply_costs, brokerage_flat, other_charges_pct, short_term_tax_pct, stt_a_pct, stt_b_pct |
| POST | /pairs/:name/webhooks | {url, secret?, turnstile_token} - fires on signal flip only. url must be https://. Payload HMAC-SHA256 signed (X-Signal-Signature) when secret is set. turnstile_token is a Cloudflare Turnstile response token - easiest to get one via /subscribe rather than solving the widget yourself. |
New pairs are registered by the operator, not via this public API.
curl https://signals.wnds.link/pairs/niftybees-goldbees/signal