AlgoWay Binance Integration Guide

Step 1: Create Binance API Keys
  1. Go to Binance API Management.
  2. Click Create API and name it (e.g., ALGOWAY).
  3. Complete security verification.
  4. Save your API Key and Secret Key.
  5. Enable:
    • ✅ Enable Reading
    • ✅ Enable Futures
    • ✅ Enable Spot & Margin Trading
AlgoWay Binance Integration Guide
Step 2: Add Webhook in AlgoWay
  1. Log in to your AlgoWay account.
  2. Click Add Trial Webhook or Add Main Webhook.
  3. Fill in the form:
    • Platform: Binance
    • Quantity Multiplier: Absolute or Leverage Based
    • Market Type: Futures/Perpetual
    • Margin Mode: Cross or Isolated
    • Trade Type: Hedge or One-way
    • API Key: (Paste from Binance)
    • API Secret: (Paste from Binance)
  4. Click Add Trial Webhook.
AlgoWay Binance Integration Guide AlgoWay Binance Integration Guide
Step 3: Create TradingView Alert
  1. Open the chart of a pair (e.g., BTCUSDT).
  2. Create an alert and go to Notifications.
  3. Check Webhook URL and paste your AlgoWay URL:
    https://algoway.co/your-webhook-uuid
  4. Paste the following message:
{
                "platform_name": "binance",
                "ticker": "{{ticker}}",
                "order_contracts": "{{strategy.order.contracts}}",
                "order_action": "{{strategy.market_position}}"
                }
AlgoWay Binance Integration Guide AlgoWay Binance Integration Guide AlgoWay Binance Integration Guide

Need help? Contact support via your AlgoWay dashboard.