{"version":"2.0.0","openapi":"/openapi.json","documentation":"/openapi.json","service":{"name":"tradingagents","description":"Pay $0.05 USDC, get a structured multi-agent trading recommendation for any ticker. Five specialist analysts (fundamentals / sentiment / news / technicals), bullish-vs-bearish researcher debate, trader synthesis, risk-management review, portfolio-manager final decision. Returns BUY/HOLD/SELL with confidence, rationale, and full agent transcripts. Powered by the open-source TradingAgents framework (arXiv:2412.20138).","contact":"jadedfocus@gmail.com","operator":"Royal Agentic Enterprises"},"endpoints":{"/api/analyze-arbitrage":{"method":"POST","accepts":{"scheme":"exact","price":"$0.05","network":"eip155:8453","payTo":"d9bf805735423140"},"description":"Run BlockRun.ai-backed arbitrage market consensus. Body: { ticker: string }.","mimeType":"application/json"},"/api/analyze-ticker":{"method":"POST","accepts":{"scheme":"exact","price":"$0.05","network":"eip155:8453","payTo":"d9bf805735423140"},"description":"Run a full multi-agent analysis for any publicly traded ticker. Body: { ticker: string, date?: 'YYYY-MM-DD' (defaults to today), analysts?: string[] (default ['market','social','news','fundamentals']) }. Returns final BUY/HOLD/SELL decision, confidence, structured rationale, and per-agent reports. Uses Claude Haiku 4.5 for cost-efficient deep+quick reasoning; debate rounds=1, risk rounds=1. End-to-end latency typically 60-180s. Not financial advice — research output only.","mimeType":"application/json","extensions":{"bazaar":{"info":{"input":{"type":"http","method":"POST","bodyType":"json","body":{"ticker":"NVDA","analysts":["market","news","fundamentals"]}},"output":{"type":"json","example":{"input":{"type":"http","method":"POST","bodyFields":{"ticker":"NVDA","analysts":["market","news","fundamentals"]}},"ok":true,"ticker":"NVDA","date":"2026-05-15","decision":"BUY","confidence":"high","summary":"Strong fundamentals, bullish momentum, positive sentiment despite macro headwinds.","reports":{"fundamentals":"Q1 earnings beat by 12%...","sentiment":"StockTwits bull/bear ratio 3.2:1...","news":"Data-center capex guidance upgraded...","technical":"Above 50/200 SMA, RSI 62...","trader_plan":"Long entry $920, target $1080, stop $880","risk_review":"Position size capped at 3% portfolio"}}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"ticker":{"type":"string","description":"Public equity or crypto ticker symbol, for example NVDA"},"date":{"type":"string","description":"Optional analysis date in YYYY-MM-DD format; defaults to today"},"analysts":{"type":"array","items":{"type":"string","enum":["market","social","news","fundamentals"]},"description":"Optional analyst modules to run"}},"required":["ticker"],"additionalProperties":false}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"ok":{"type":"boolean"},"ticker":{"type":"string"},"date":{"type":"string"},"decision":{"type":"string","enum":["BUY","HOLD","SELL"]},"confidence":{"type":"string"},"summary":{"type":"string"},"reports":{"type":"object"},"error":{"type":"string"}},"required":["ok"]}},"required":["type"]}},"required":["input"]}}}}}}