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.
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.
POST /api/set-target-portfolio for full rebalances like { "SPY": 30, "TLT": 30, "GLD": 30 }.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.