SignalFuse Fused Directional Trading Signal is a paid API for AI agents from api.signalfuse.co, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).
Returns a fused directional trading signal (long/short/neutral) with confidence score, macro regime, and component breakdowns for a given crypto symbol
11 MCP tools for autonomous trading agents. Real-time signals, sentiment, macro regime, web search, code execution. Pay per call with USDC on Base — no API keys needed.
A JSON object containing the directional signal (long/short/neutral), signal strength (0-100), confidence score (0-1), macro regime label (e.g. risk_on), and sub-component scores for macro, market, and social sentiment, plus a freshness timestamp and data age in seconds.
GEThttps://api.signalfuse.co/v1/signal/%7Bsymbol%7DUse this endpoint when you need a single unified directional trading signal that fuses macro regime, market, and social sentiment into one confidence-scored recommendation for a crypto asset — especially when you want a composite view rather than individual sub-signals.
{
"symbol": "ETH",
"strategy_id": "momentum_v1"
}{
"output": {
"required": [
"symbol",
"signal",
"signal_strength",
"confidence",
"regime",
"components"
],
"properties": {
"stale": {
"type": "boolean"
},
"regime": {
"enum": [
"risk_on",
"risk_off",
"neutral"
],
"type": "string"
},
"signal": {
"enum": [
"long",
"short",
"neutral"
],
"type": "string"
},
"symbol": {
"type": "string"
},
"components": {
"type": "object",
"properties": {
"macro": {
"type": "object",
"properties": {
"label": {
"type": "string"
},
"score": {
"type": "number"
}
}
},
"market": {
"type": "object",
"properties": {
"label": {
"type": "string"
},
"score": {
"type": "number"
}
}
},
"social": {
"type": "object",
"properties": {
"label": {
"type": "string"
},
"score": {
"type": "number"
}
}
}
}
},
"confidence": {
"type": "number",
"maximum": 1,
"minimum": 0
},
"updated_at": {
"type": "string",
"format": "date-time"
},
"signal_strength": {
"type": "integer",
"maximum": 100,
"minimum": 0
},
"data_age_seconds": {
"type": "number"
}
}
}
}{
"stale": true,
"regime": "neutral",
"signal": "neutral",
"symbol": "ETH",
"related": [
{
"why": "Check if macro regime supports this trade direction",
"path": "/v1/regime",
"price": "$0.001"
}
],
"components": {
"macro": {
"label": "neutral",
"score": 0
},
"market": {
"label": "neutral",
"score": -0.161
},
"social": {
"label": "positive",
"score": 0.69
}
},
"confidence": 0.1,
"updated_at": "2026-06-18T05:54:22.303776+00:00",
"signal_strength": 57,
"data_age_seconds": 814522
}{
"type": "json",
"example": {
"stale": false,
"regime": "risk_on",
"signal": "long",
"symbol": "BTC",
"components": {
"macro": {
"label": "bullish",
"score": 0.8
},
"market": {
"label": "bullish",
"score": 0.7
},
"social": {
"label": "bullish",
"score": 0.6
}
},
"confidence": 0.85,
"updated_at": "2026-04-14T12:00:00+00:00",
"signal_strength": 72,
"data_age_seconds": 15.2
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"