No-code webhook
Use Zapier, Make, n8n, or any HTTP-capable workflow tool to call TradeLock without writing application code.
Integrations
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.
Use Zapier, Make, n8n, or any HTTP-capable workflow tool to call TradeLock without writing application code.
Keep your API key server-side, validate alert origin, and translate webhook events into TradeLock submissions.
Canonical public base: https://tradelock.net/api. Use X-Trader-Api-Key auth and include idempotency_key on every write request.
Submit the whole target mix once, receive a durable rebalance ID, and follow execution independently of the original HTTP connection.
POST /api/set-target-portfolio for full rebalances like { "SPY": 30, "TLT": 30, "GLD": 30 }.202 Accepted; poll GET /api/rebalance-status with the returned rebalance_id.POST /api/logTrade when you want single-name trades instead of a full portfolio target.The getting-started guide covers direct API onboarding, TradingView via the Cloudflare relay, and the first successful submission path.