Gateway offline

Webhook URLs

Send TradersPost-compatible JSON signals to these endpoints. No authentication header needed — the token is in the URL.

Payload schema

{
  "ticker":      "AAPL",
  "action":      "buy | sell | exit | cancel | add",
  "quantity":    1,
  "limit_price": 195.50,
  "stop_loss":   { "percent": 1.5 },
  "take_profit": { "percent": 3.0 }
}

No strategies yet — create one to get a webhook URL