Configuration

Binance API Connection
Webhook URL

Use this URL in TradingView alerts to send signals:

/api/webhook

Webhook payload format:

{
  "action": "open|close|sl|tp",
  "symbol": "BTCUSDT",
  "side": "long|short",
  "quantity": 0.01,
  "price": 50000  // for SL/TP only
}