Integrations

Connect signals to TradeLock in minutes.

TradeLock works with direct API clients, TradingView relays, no-code automation tools, and AI-assisted setup. The docs are public and crawlable even while the product stays in preview mode.

No-code webhook

Use Zapier, Make, n8n, or any HTTP-capable workflow tool to call TradeLock without writing application code.

TradingView relay

Keep your API key server-side, validate alert origin, and translate webhook events into TradeLock submissions.

Direct API

Canonical public base: https://tradelock.net/api. Use X-Trader-Api-Key auth and include idempotency_key on every write request.

One-call portfolio rebalances

If you already run model portfolios, TradeLock can accept the whole target mix in one API call and calculate the required buys and sells for you.

  • Use POST /api/set-target-portfolio for full rebalances like { "SPY": 30, "TLT": 30, "GLD": 30 }.
  • TradeLock computes the target deltas and generates the required buy and sell instructions.
  • Use POST /api/logTrade when you want single-name trades instead of a full portfolio target.

Start here

The getting-started guide covers direct API onboarding, TradingView via the Cloudflare relay, and the first successful submission path.