SignalFuse RSI Reversion Swing 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-15).
Returns an individual RSI reversion swing trading signal for Ethereum, including directional bias, confidence score, take-profit and stop-loss percentages, and hold time.
Individual arena strategy signal
A JSON object containing: signal direction (e.g. 'long' or 'short'), a confidence score (0–1), take-profit percentage, stop-loss percentage, hold time in seconds, a natural language reasoning string explaining the signal, and the strategy name and ID.
GEThttps://api.signalfuse.co/v1/arena/rsi_reversion_swing/ETHUse this endpoint when you need a focused, single-strategy RSI reversion swing signal specifically for ETH, with structured TP/SL guidance and a hold time recommendation. Prefer this over the fused directional signal endpoint when you want to evaluate a specific strategy in isolation rather than an ensemble signal.
{
"symbol": "ETH",
"strategy_id": "rsi_reversion_swing"
}{
"output": {
"required": [
"strategy_id",
"symbol"
],
"properties": {
"score": {
"type": "number",
"maximum": 1,
"minimum": 0
},
"reason": {
"type": "string",
"description": "Present when signal is null (e.g. no_signal, no_context)"
},
"signal": {
"enum": [
"long",
"short"
],
"type": "string",
"nullable": true
},
"sl_pct": {
"type": "number",
"description": "Stop-loss percentage"
},
"symbol": {
"type": "string"
},
"tp_pct": {
"type": "number",
"description": "Take-profit percentage"
},
"reasoning": {
"type": "string"
},
"strategy_id": {
"type": "string"
},
"hold_time_sec": {
"type": "integer",
"description": "Suggested hold time in seconds"
},
"strategy_name": {
"type": "string"
}
}
}
}{
"score": 31.619537275064424,
"signal": "short",
"sl_pct": 1.5,
"symbol": "ETH",
"tp_pct": 1,
"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": "Overbought reversal setup (RSI=71.1)",
"strategy_id": "rsi_reversion_swing",
"hold_time_sec": 300,
"strategy_name": "RSI 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"