{"x402Version":2,"payTo":"0x7861db4efc14a1ed5dd8c96c528a3796560f1393","resources":[{"id":15159,"slug":"15159","resource":"https://tradingagents-x402.fly.dev/api/analyze-ticker","description":"Price $0.03 USDC per request. Synthetic degraded ticker demo for { ticker, date?, analysts? }. Returns a synthetic degraded demo payload; no live market data or TradingAgents execution. Not financial advice.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x7861db4efc14a1ed5dd8c96c528a3796560f1393","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"30000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"analysts":["market","news","fundamentals"],"ticker":"NVDA"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"confidence":"high","configured_roles":["market","news","fundamentals"],"date":"2026-05-15","decision":"BUY","degraded":true,"input":{"bodyFields":{"analysts":["market","news","fundamentals"],"ticker":"NVDA"},"method":"POST","type":"http"},"ok":true,"reports":{"fundamentals":"Synthetic canned example; no issuer data was checked.","news":"Synthetic canned example; no news sources were queried.","risk_review":"Synthetic canned example; no portfolio was analyzed.","technical":"Synthetic canned example; no price data was retrieved.","trader_plan":"Synthetic canned example; not a trading signal."},"summary":"Synthetic degraded demonstration response for NVDA; no live market data or TradingAgents execution was used.","synthetic":true,"ticker":"NVDA"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"analysts":{"default":["market","social","news","fundamentals"],"description":"Optional exact subset of synthetic report roles to return","items":{"enum":["market","social","news","fundamentals"],"type":"string"},"minItems":1,"type":"array","uniqueItems":true},"date":{"description":"Optional analysis date in YYYY-MM-DD format; defaults to today","pattern":"^\\d{4}-\\d{2}-\\d{2}$","type":"string"},"ticker":{"description":"Public equity or crypto ticker symbol, for example NVDA","maxLength":10,"minLength":1,"pattern":"^[A-Za-z0-9.\\-]+$","type":"string"}},"required":["ticker"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"confidence":{"type":"string"},"configured_roles":{"items":{"enum":["market","social","news","fundamentals"],"type":"string"},"minItems":1,"type":"array","uniqueItems":true},"date":{"type":"string"},"decision":{"enum":["BUY","HOLD","SELL"],"type":"string"},"degraded":{"type":"boolean"},"error":{"type":"string"},"ok":{"type":"boolean"},"reports":{"type":"object"},"summary":{"type":"string"},"synthetic":{"const":true,"type":"boolean"},"ticker":{"type":"string"}},"required":["ok","ticker","date","decision","confidence","summary","synthetic","degraded","configured_roles","reports"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"tradingagents-x402.fly.dev","lastUpdated":"2026-09-12T04:29:34.471Z","quality":{"calls30d":3,"uniquePayers30d":1,"lastCalledAt":"2026-09-12T04:29:34.288Z"},"liveness":{},"verified":false,"featured":false},{"id":15168,"slug":"15168","resource":"https://power-pack-x402.fly.dev/api/score-email","description":"Score an outreach email on subject quality, body quality, predicted open rate, spam risk, tone, length, personalization, and CTA clarity. Returns top 3 specific improvement suggestions and a stronger rewritten subject line. Useful for sales/marketing/recruiting AI agents that need QA before sending. Powered by Claude Haiku 4.5 with senior-copywriter system prompt.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x7861db4efc14a1ed5dd8c96c528a3796560f1393","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"body":"I noticed your team is scaling outbound. We built a lightweight scoring step that catches weak calls to action before an email is sent. Would a 15-minute walkthrough on Tuesday be useful?","recipient_context":"VP Sales at a B2B SaaS company","subject":"Quick question about your outbound workflow"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"ok":true,"score":{"body_score":71,"cta_clarity":6,"length_assessment":"too_long","personalization_score":4,"predicted_open_rate_pct":28,"rewritten_subject":"Saw your Q3 launch — one idea on the onboarding flow","spam_risk":3,"subject_score":62,"tone":"salesy","top_improvements":[{"area":"subject","fix":"Reference their specific company milestone","issue":"Generic 'Quick question'"},{"area":"opening","fix":"Open with the prospect-specific hook","issue":"Starts with 'I hope this finds you well'"},{"area":"cta","fix":"Propose a specific 15-min slot","issue":"Vague 'let me know'"}],"verdict":"revise_then_send"}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"body":{"description":"Email body copy","minLength":20,"type":"string"},"recipient_context":{"description":"Optional recipient role, company, or relevant context","type":"string"},"subject":{"description":"Email subject line","minLength":3,"type":"string"}},"required":["subject","body"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"additionalProperties":false,"properties":{"ok":{"const":true},"score":{"additionalProperties":false,"properties":{"body_score":{"maximum":100,"minimum":0,"type":"integer"},"cta_clarity":{"maximum":10,"minimum":0,"type":"integer"},"length_assessment":{"enum":["too_short","ideal","too_long"]},"personalization_score":{"maximum":10,"minimum":0,"type":"integer"},"predicted_open_rate_pct":{"maximum":100,"minimum":0,"type":"integer"},"rewritten_subject":{"type":"string"},"spam_risk":{"maximum":10,"minimum":0,"type":"integer"},"subject_score":{"maximum":100,"minimum":0,"type":"integer"},"tone":{"enum":["professional","casual","aggressive","friendly","robotic","salesy","authentic"]},"top_improvements":{"items":{"additionalProperties":false,"properties":{"area":{"enum":["subject","opening","body","cta","signoff"]},"fix":{"type":"string"},"issue":{"type":"string"}},"required":["area","issue","fix"],"type":"object"},"maxItems":3,"minItems":3,"type":"array"},"verdict":{"enum":["send_as_is","revise_then_send","rewrite_completely"]}},"required":["subject_score","body_score","predicted_open_rate_pct","spam_risk","tone","length_assessment","personalization_score","cta_clarity","top_improvements","rewritten_subject","verdict"],"type":"object"}},"required":["ok","score"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"power-pack-x402.fly.dev","lastUpdated":"2026-09-12T04:39:21.337Z","quality":{"calls30d":2,"uniquePayers30d":1,"lastCalledAt":"2026-09-12T04:39:21.1Z"},"liveness":{},"verified":false,"featured":false},{"id":15181,"slug":"15181","resource":"https://dispute-forge-x402.fly.dev/api/dispute-pack","description":"Generate an FCRA-compliant dispute letter and an SVG certificate of dispute.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x7861db4efc14a1ed5dd8c96c528a3796560f1393","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"750000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"creditor":"Acme Collections LLC","reason":"Debt is not mine / inaccurate reporting"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"cert_svg":"<svg>...</svg>","certificate_path":"/root/Desktop/Dispute-Forge/certificates/...","letter_body":"Dear Bureau, ...","letter_path":"/root/Desktop/Dispute-Forge/letters/...","signature":"8a4f9e12","submission_path":"/root/Desktop/Dispute-Forge/submissions/...","timestamp":"2026-07-05T20:20:00Z"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"creditor":{"description":"Name of the creditor or collection agency","type":"string"},"reason":{"description":"Grounds for the dispute","type":"string"}},"required":["creditor","reason"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"cert_svg":{"type":"string"},"certificate_path":{"type":"string"},"letter_body":{"type":"string"},"letter_path":{"type":"string"},"signature":{"type":"string"},"submission_path":{"type":"string"},"timestamp":{"type":"string"}},"required":["timestamp","signature","letter_body","cert_svg"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"dispute-forge-x402.fly.dev","lastUpdated":"2026-09-12T02:17:05.032Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-12T02:17:04.809Z"},"liveness":{},"verified":false,"featured":false},{"id":15182,"slug":"15182","resource":"https://dispatch-x402.fly.dev/dispatch","description":"Route a natural-language agent intent to the correct paid fleet service. Returns the chosen service, a calibrated confidence score, params extracted from the intent, and ready-to-use call instructions (URL, method, price, x402 terms). Use the free /classify first to preview confidence.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x7861db4efc14a1ed5dd8c96c528a3796560f1393","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"500000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"intent":"score this cold email for me","params":{}},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"call":{"method":"POST","network":"eip155:8453","price":"$0.01","url":"https://power-pack-x402.fly.dev/api/score-email"},"confidence":0.93,"intent":"score this cold email for me","ok":true,"route":{"id":"power-pack","name":"Power Pack — outreach email scorer"},"tier":"auto"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"intent":{"description":"Natural-language task to route","type":"string"},"params":{"description":"Optional downstream params to merge","type":"object"}},"required":["intent"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"call":{"type":"object"},"confidence":{"type":"number"},"error":{"type":"string"},"intent":{"type":"string"},"ok":{"type":"boolean"},"params":{"type":"object"},"route":{"type":"object"},"tier":{"enum":["auto","confirm","ambiguous"],"type":"string"}},"required":["ok"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"dispatch-x402.fly.dev","lastUpdated":"2026-09-12T02:16:46.743Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-12T02:16:46.528Z"},"liveness":{},"verified":false,"featured":false}]}