REST API. TradingView webhook integration. An MCP server that plugs your trading data into Claude or Cursor. An interactive playground to test it all live. Everything you need to build on top of TradeInsights.
curl https://tradeinsights.io/api/v1/trades?limit=20 \
-H "Authorization: Bearer tia_your_api_key"
# → { "data": [ { "id": 12891, "symbol": "AAPL",
# "type": "long", "profit_loss": 184.50, ... } ] }Read your trades, write new entries, fetch analytics and equity curves — all through a clean, versioned REST API with Bearer token auth.
Review supported alert payloads as drafts, not verified executions. Data-use permissions apply; import broker history for First Value.
Plug your trading data directly into Claude, Cursor, or any MCP-compatible assistant. Ask questions about your performance in plain English.
Test every endpoint live in the Developer Portal. Paste your API key, build a request, see the response, and copy production-ready code snippets.
Tiered rate limits, monthly quotas, and per-request overage metering — all transparent in your usage dashboard.
Track API calls by endpoint, response times, error rates, and projected monthly cost in real time.
Standalone API plans. Already on Premium or Pro? Your API tier is included automatically.
For testing and exploration
For indie builders and side projects
For production apps and trading firms
The MCP server lets your favorite AI assistant query your trading history, pull stats, and answer evidence-review questions — without exporting CSVs or copy-pasting screenshots. Authentication is the same API key you already use.
API keys are SHA-256 hashed at rest. Revoke any key instantly from the portal.
Per-minute and per-month quotas enforced per key. Standard 429 responses with Retry-After headers.
Every call is logged. See response times, error rates, and projected billing in real time.
A versioned REST API at /api/v1 that lets you read trades, write new entries, fetch performance analytics, and connect TradingView alerts directly to your trading journal. Authentication is via Bearer tokens issued through the Developer Portal.
Model Context Protocol (MCP) is an open standard that lets AI assistants like Claude and Cursor access authorized data. Our MCP server at /api/v1/mcp gives your assistant tools to query trading history, run analytics, and request guarded evidence reviews on your behalf.
Yes — the Sandbox tier is free and gives you 1,000 API calls per month for testing. To unlock writes, webhooks, and the MCP server, upgrade to the Developer ($19/mo) or Pro ($49/mo) plan.
Yes. API plans are standalone Stripe subscriptions managed in the Developer Portal. If you already have a Premium or Pro journal subscription, your API tier is granted automatically — no double billing.
First review the integration limits at /tradingview-integration. Existing webhook tools accept supported payloads as draft records, not verified executions. TradingView and data-provider permissions apply; do not assume webhook access permits automated decisions or orders. Use supported broker history for First Value.
Yes. The Developer Portal includes an API Playground tab where you can pick an endpoint, fill in parameters, send live requests with your own API key, and copy the resulting cURL, Node.js, or Python snippet.
Create an API key in under a minute. Start with the free Sandbox tier.