SignalFuse VWAP Reversion Strategy Signal for ETH is a paid API for AI agents from api.signalfuse.co, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).
Returns a VWAP reversion trading signal (long/short/neutral) with take-profit, stop-loss percentages, confidence score, and reasoning for ETH
Individual arena strategy signal
Returns a JSON object with: signal direction (e.g. 'long'), a confidence score (0–1), take-profit percentage, stop-loss percentage, recommended hold time in seconds, strategy ID and name, the underlying symbol, and a plain-English reasoning string explaining the market condition (e.g. Bollinger band squeeze with volume expansion).
GEThttps://api.signalfuse.co/v1/arena/vwap_reversion/ETHUse this endpoint when you need a fast, pre-computed VWAP reversion signal specifically for ETH, including directional bias, risk parameters (TP/SL), and a hold time — ideal for algo trading agents that need a ready-to-act signal with interpretable reasoning rather than raw price data.
{
"symbol": "ETH",
"strategy_id": "vwap_reversion_v1"
}{
"output": {
"properties": {
"strategy_id": {
"type": "string"
},
"strategy_name": {
"type": "string"
},
"symbol": {
"type": "string"
},
"signal": {
"type": "string",
"enum": [
"long",
"short"
],
"nullable": true
},
"score": {
"type": "number",
"minimum": 0,
"maximum": 1
},
"tp_pct": {
"type": "number",
"description": "Take-profit percentage"
},
"sl_pct": {
"type": "number",
"description": "Stop-loss percentage"
},
"hold_time_sec": {
"type": "integer",
"description": "Suggested hold time in seconds"
},
"reasoning": {
"type": "string"
},
"reason": {
"type": "string",
"description": "Present when signal is null (e.g. no_signal, no_context)"
}
},
"required": [
"strategy_id",
"symbol"
]
}
}{
"score": 100,
"signal": "long",
"sl_pct": 1.2,
"symbol": "ETH",
"tp_pct": 0.8,
"related": [
{
"why": "Compare this strategy's recent performance against others",
"path": "/v1/arena/leaderboard",
"price": "free"
},
{
"why": "Get the fused signal (all strategies combined) for ETH",
"path": "/v1/signal/ETH",
"price": "$0.010"
}
],
"reasoning": "Price below VWAP (dev=-4.00%), long setup",
"strategy_id": "vwap_reversion",
"hold_time_sec": 360,
"strategy_name": "VWAP Reversion",
"context_source": "live"
}{
"type": "json",
"example": {
"score": 0.82,
"signal": "long",
"sl_pct": 0.008,
"symbol": "BTC",
"tp_pct": 0.015,
"reasoning": "Bollinger band squeeze with volume expansion",
"strategy_id": "vwap_reversion",
"hold_time_sec": 300,
"strategy_name": "VWAP Reversion"
}
}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"