Signal Pro (€49/month, real-time + webhook)
Full real-time signal stream with HMAC-signed webhook delivery for programmatic consumption. Includes CSV history download and priority support.
What you get
Real-time signal delivery — same instant the strategy logic publishes. Telegram + email + in-app push + webhook, in parallel.
HMAC-signed webhook payload: every POST includes a header `X-Botely-Signature: sha256=<hex>` you verify against your shared secret. Audit-grade — if a webhook is faked by a third party, the signature won't match and your server rejects it.
Webhook payload structure
JSON body with: `signal_id` (idempotency key), `strategy`, `version`, `coin`, `direction` (long/short), `entry_price`, `tp_price`, `sl_price`, `max_hold_minutes`, `signal_timestamp`, `delivered_timestamp`.
Idempotency: the same signal_id is never delivered twice. If your endpoint returns non-2xx, we retry with exponential backoff up to 5 times, then surface the failure in /app/settings.
CSV historical export
Download the full closed-trade history as a CSV from /app/trades → Export. Includes the same fields as the live feed plus the close timestamp, exit price, fees, and net P&L. Useful for tax reporting or external dashboards.
Priority support
Pro customers get a dedicated support email reply SLA of 24 hours, vs best-effort for Lite. Plus a Discord role on our community server (when it launches).
Cancel any time. Stripe-managed.