Webhook Settings

Your Webhook URL

Use the following URL in TradingView to send signals:

http://localhost:3001/api/webhook

Example TradingView Alert JSON

Here's an example JSON payload to use in your TradingView alert message:

{
  "passphrase": "YOUR_PASSPHRASE",
  "symbol": "BINANCE:BTCUSD",
  "interval": "1h",
  "strategy": "MyStrategy",
  "action": "buy",
  "price": 60000,
  "timestamp": "2026-09-01T05:07:27.574Z"
}