{"name":"SignalFuse Trading Intelligence","description":"Crypto trading signals, sentiment, macro regime data, and upstream API proxies — all payable per-call via x402 (USDC on Base).","url":"https://api.signalfuse.co","network":"eip155:8453","payment":"x402","currency":"USDC","resources":[{"method":"GET","path":"/v1/regime","price":"$0.001","description":"Current macro regime signal (risk-on/off/neutral)","outputSchema":{"input":{"type":"http","method":"GET","queryParams":{},"schema":{"type":"object","properties":{},"additionalProperties":false,"description":"No input parameters — call without query params."}},"output":{"type":"json","example":{"regime":"risk_on","classification":"bullish","confidence":0.82,"reasoning":"Strong BTC momentum with positive ETF inflows","updated_at":"2026-04-14T12:00:00+00:00"}}}},{"method":"GET","path":"/v1/sentiment/{symbol}","price":"$0.002","description":"Unified sentiment score for a crypto asset","outputSchema":{"input":{"type":"http","method":"GET","queryParams":{},"schema":{"type":"object","required":["symbol"],"properties":{"symbol":{"type":"string","description":"Crypto asset ticker (path parameter)","enum":["BTC","ETH","SOL","DOGE","PEPE","WIF","BONK","ARB","OP","AVAX"],"default":"BTC"}}}},"output":{"type":"json","example":{"symbol":"BTC","label":"bullish","confidence":0.78,"score":0.7,"updated_at":"2026-04-14T12:00:00+00:00"}}}},{"method":"GET","path":"/v1/signal/{symbol}","price":"$0.010","description":"Full trading signal with entry, TP, SL, and confidence","outputSchema":{"input":{"type":"http","method":"GET","queryParams":{},"schema":{"type":"object","required":["symbol"],"properties":{"symbol":{"type":"string","description":"Crypto asset ticker (path parameter)","enum":["BTC","ETH","SOL","DOGE","PEPE","WIF","BONK","ARB","OP","AVAX"],"default":"BTC"}}}},"output":{"type":"json","example":{"symbol":"BTC","signal":"long","signal_strength":72,"confidence":0.85,"regime":"risk_on","components":{"social":{"score":0.6,"label":"bullish"},"macro":{"score":0.8,"label":"bullish"},"market":{"score":0.7,"label":"bullish"}},"updated_at":"2026-04-14T12:00:00+00:00","data_age_seconds":15.2,"stale":false}}}},{"method":"GET","path":"/v1/signal/batch","price":"$0.075","description":"Batch signals for all tracked assets","outputSchema":{"input":{"type":"http","method":"GET","queryParams":{"symbols":{"type":"string","description":"Comma-separated symbols, e.g. BTC,ETH,SOL. Omit for all 10 assets.","required":false}}},"output":{"type":"json","example":{"signals":{"BTC":{"symbol":"BTC","signal":"long","signal_strength":72,"confidence":0.85,"regime":"risk_on","components":{"social":{"score":0.6,"label":"bullish"},"macro":{"score":0.8,"label":"bullish"},"market":{"score":0.7,"label":"bullish"}}}},"count":10}}}},{"method":"POST","path":"/v1/gateway/search","price":"$0.015","description":"Fused web search — queries Brave + Tavily in parallel, deduplicates by URL, returns merged ranked results. Cheaper than calling both separately ($0.020).","outputSchema":{"input":{"type":"http","method":"POST","schema":{"type":"object","required":["query"],"properties":{"query":{"type":"string","description":"Search query"},"max_results":{"type":"integer","default":10,"maximum":20}}}},"output":{"type":"json","example":{"query":"bitcoin ETF approval","results":[{"title":"SEC approves spot Bitcoin ETF","url":"https://example.com/article","snippet":"...","source":"tavily","score":0.92,"confirmed_by":"both"}],"total":12,"sources_queried":["brave","tavily"],"deduplicated":3}}}},{"method":"POST","path":"/v1/gateway/search/tavily","price":"$0.012","description":"Web search via Tavily only","outputSchema":{"input":{"type":"http","method":"POST","schema":{"type":"object","required":["query"],"properties":{"query":{"type":"string","description":"Search query"},"search_depth":{"type":"string","enum":["basic","advanced"]},"max_results":{"type":"integer","default":5},"topic":{"type":"string","enum":["general","news","finance"]}}}},"output":{"type":"json","example":{"query":"bitcoin ETF approval","results":[{"title":"Bitcoin ETF...","url":"https://example.com","content":"...","score":0.95}],"response_time":1.2}}}},{"method":"GET","path":"/v1/gateway/search/brave","price":"$0.008","description":"Web search via Brave only","outputSchema":{"input":{"type":"http","method":"GET","queryParams":{"q":{"type":"string","description":"Search query","required":true},"count":{"type":"integer","default":10,"description":"Number of results (max 20)"}}},"output":{"type":"json","example":{"web":{"results":[{"title":"Bitcoin Price...","url":"https://example.com","description":"..."}]}}}}},{"method":"POST","path":"/v1/gateway/execute/e2b","price":"$0.005","description":"Sandboxed code execution via E2B","outputSchema":{"input":{"type":"http","method":"POST","schema":{"type":"object","required":["code"],"properties":{"code":{"type":"string","description":"Python code to execute"},"language":{"type":"string","default":"python"},"timeout":{"type":"integer","default":30,"description":"Max execution seconds (capped at 60)"}}}},"output":{"type":"json","example":{"stdout":["4\n"],"stderr":[],"error":null}}}},{"method":"GET","path":"/v1/arena/vwap_reversion/BTC","price":"$0.001","description":"Signal from a specific strategy agent. Sample path shown — swap segments for any (strategy_id, symbol). strategy_id: ema_5_breakout, rsi_7_extremes, rsi_reversion_swing, vwap_reversion. symbol: BTC, ETH, SOL, DOGE.","outputSchema":{"input":{"type":"http","method":"GET","queryParams":{},"schema":{"type":"object","required":["strategy_id","symbol"],"properties":{"strategy_id":{"type":"string","description":"Strategy identifier (path parameter)","enum":["ema_5_breakout","rsi_7_extremes","rsi_reversion_swing","vwap_reversion"],"default":"vwap_reversion"},"symbol":{"type":"string","description":"Crypto asset ticker (path parameter)","enum":["BTC","ETH","SOL","DOGE"],"default":"BTC"}}}},"output":{"type":"json","example":{"strategy_id":"vwap_reversion","strategy_name":"VWAP Reversion","symbol":"BTC","signal":"long","score":0.82,"tp_pct":0.015,"sl_pct":0.008,"hold_time_sec":300,"reasoning":"Bollinger band squeeze with volume expansion"}}}}],"free_endpoints":[{"path":"/v1/health","description":"Service health check"},{"path":"/v1/regime/preview","description":"Macro regime preview (regime + confidence, no reasoning)"},{"path":"/v1/arena/leaderboard","description":"Live strategy arena leaderboard"},{"path":"/v1/pricing","description":"Full pricing table"}],"docs":"https://api.signalfuse.co/docs","gateway_info":"https://api.signalfuse.co/v1/gateway/info"}