Connect your exchange, grab a webhook URL and a JSON message — paste them into a TradingView alert and orders fire to your exchange automatically.
{
"token": "your_webhook_token",
"side": "{{strategy.order.action}}",
"market_position": "{{strategy.market_position}}",
"symbol": "{{ticker}}",
"qty": "{{strategy.order.contracts}}",
"price": "{{close}}",
"ts": "{{timenow}}"
}Create a link code, then send it to @backpulse_bot in Telegram — you'll get a private notification every time an order executes.
Direct WebSocket order routing with sub-300ms execution on major global cryptocurrency exchanges.
Why automated quantitative traders rely on Backpulse for mission-critical order execution.
| Feature | Backpulse Webhook Hub | Custom VPS Python / Node | Generic Webhook Relays |
|---|---|---|---|
| Setup Time | < 2 Minutes (No Code) | Days of coding & debugging | 15–30 Minutes |
| Execution Latency | < 300ms Dedicated Gateway | Depends on server location | 1–3 Seconds |
| Live Signal Simulator | Built-In (No real funds needed) | Requires writing mock test scripts | None |
| Direct Telegram Alerts | ✓ Yes | Requires custom bot setup | Paid add-on |
| API Security Architecture | Non-Custodial (No withdrawal permission) | Vulnerable if server unpatched | Third-party custody risk |
| Multiple Pairs Routing | Unlimited Routes & Tokens | Complex router required | Limited per tier |
| Cost | Free Tier Available | $15–$50/mo VPS hosting | $19–$49/mo |
Select Bybit, Binance, OKX, or Bitget and enter your API credentials. Withdrawal permissions are strictly rejected.
Backpulse auto-generates a unique, HMAC-secured Webhook URL specifically mapped to your exchange account.
Use our interactive payload builder to configure order sides, contracts, or percentage of equity into your alert box.
Click 'Test Signal' to simulate execution without risk, then let live TradingView alerts trigger orders 24/7.
Everything you need to know about generating webhook URLs, execution speeds, and exchange API keys.
The Backpulse Webhook Hub is an automated signal routing gateway that connects TradingView alerts directly to your cryptocurrency exchange account. When your Pine Script strategy or TradingView indicator triggers an alert, it sends a JSON payload to your dedicated Backpulse Webhook URL. Backpulse authenticates the request via HMAC and executes the buy, sell, or close order on your exchange in under 300ms.
Select your exchange (e.g. Bybit, Binance, OKX), enter your API key and Secret with trading permissions enabled, and click Connect. Backpulse automatically generates a secure, unique webhook URL (e.g. https://hook.backpulse.io/tv/...) and formats the exact JSON alert payload ready to copy into your TradingView alert box.
The Webhook Hub supports Binance Futures & Spot, Bybit USDT Perpetual & Inverse, OKX Swap & Spot, Bitget, Gate.io, and BingX. All connections run through high-speed, direct exchange API gateways.
Backpulse processes and routes webhook signals with an average execution latency under 300 milliseconds. Our infrastructure is deployed in low-latency cloud clusters located adjacent to major exchange server data centers (Tokyo, London, Frankfurt).
Yes, 100% non-custodial. We strictly require API keys with 'Read' and 'Trade' permissions only. Withdrawal permissions are strictly prohibited and rejected by our validation engine. Your credentials are encrypted at rest using AES-256 and stored in an isolated security enclave.
The Webhook Hub provides an interactive JSON builder that auto-configures the message payload using TradingView's dynamic variables: {{strategy.order.action}}, {{strategy.market_position}}, {{ticker}}, {{strategy.order.contracts}}, {{close}}, and {{timenow}}. You can also select fixed position sizes or percentage of equity.
Yes! The Webhook Hub includes an integrated Live Signal Simulator. You can click 'Test Signal' to simulate long, short, and close executions with real-time price feeds and monitor the live signal log before linking real capital.
Yes. You can link your Telegram account in 1 click to receive instantaneous notifications whenever a TradingView alert is received, authenticated, and filled on your exchange.
Our cloud webhook engine uses high-throughput event queues to process concurrent alert signals without dropping requests or causing race conditions. Orders are executed sequentially with sub-millisecond precision.
Backpulse offers a generous free tier that includes full access to the Webhook Hub, URL generator, live signal tester, and automated order routing for individual traders.