SignalFuse Batch Crypto Trading Signals is a paid API for AI agents from api.signalfuse.co, paid per call via x402, $0.075/call, status unknown (last checked 2026-09-15).
Returns fused directional trading signals with confidence scores and component breakdowns for multiple crypto assets in a single call
Batch trading signals for multiple crypto assets
A JSON object containing a count of assets analyzed and a signals map keyed by symbol. Each symbol entry includes: regime classification (risk_on/risk_off/neutral), signal direction (long/short), confidence score (0-1), signal strength (0-100), and component-level breakdowns for macro, market, and social sub-signals each with a label and numeric score.
GEThttps://api.signalfuse.co/v1/signal/batchUse this endpoint when you need trading signals for multiple crypto assets in a single API call rather than making individual requests per asset. Ideal for portfolio-level analysis, screening across the top 10 supported assets, or when you need macro regime, market, and social components together with a fused directional signal and confidence score.
{
"symbols": "BTC,ETH,SOL"
}| Field | Type | Description |
|---|---|---|
| symbols | string | Comma-separated symbols, e.g. BTC,ETH,SOL. Omit for all 10 assets. |
{
"count": 3,
"related": [
{
"why": "Context for interpreting batch signals",
"path": "/v1/regime",
"price": "$0.001"
}
],
"signals": {
"BTC": {
"stale": true,
"regime": "neutral",
"signal": "neutral",
"symbol": "BTC",
"components": {
"macro": {
"label": "neutral",
"score": 0
},
"market": {
"label": "long_bias",
"score": 0.448
},
"social": {
"label": "neutral",
"score": 0
}
},
"confidence": 0.48,
"updated_at": "2026-06-18T04:42:07.030197+00:00",
"signal_strength": 57,
"data_age_seconds": 208663.2
},
"ETH": {
"stale": true,
"regime": "neutral",
"signal": "neutral",
"symbol": "ETH",
"components": {
"macro": {
"label": "neutral",
"score": 0
},
"market": {
"label": "neutral",
"score": -0.156
},
"social": {
"label": "positive",
"score": 0.69
}
},
"confidence": 0.1,
"updated_at": "2026-06-18T04:42:17.970393+00:00",
"signal_strength": 57,
"data_age_seconds": 810197.7
},
"SOL": {
"stale": true,
"regime": "neutral",
"signal": "neutral",
"symbol": "SOL",
"components": {
"macro": {
"label": "neutral",
"score": 0
},
"market": {
"label": "long_bias",
"score": 0.301
},
"social": {
"label": "neutral",
"score": 0
}
},
"confidence": 0.65,
"updated_at": "2026-06-18T04:42:17.970559+00:00",
"signal_strength": 55,
"data_age_seconds": 208674.1
}
}
}{
"type": "json",
"example": {
"count": 10,
"signals": {
"BTC": {
"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,
"signal_strength": 72
}
}
}
}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"