Individual arena strategy signal
https://api.signalfuse.co/v1/arena/vwap_reversion/ETHOverview
Individual arena strategy signal
Protocol
x402
Price
—
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
uncategorized
Provider
signalfuse
Source
bazaar
Indexed
2026-06-02 14:22:32
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"method": "GET",
"queryParams": {},
"schema": {
"properties": {
"strategy_id": {
"default": "vwap_reversion",
"description": "Strategy identifier (path parameter)",
"enum": [
"ema_5_breakout",
"rsi_7_extremes",
"rsi_reversion_swing",
"vwap_reversion"
],
"type": "string"
},
"symbol": {
"default": "BTC",
"description": "Crypto asset ticker (path parameter)",
"enum": [
"BTC",
"ETH",
"SOL",
"DOGE"
],
"type": "string"
}
},
"required": [
"strategy_id",
"symbol"
],
"type": "object"
},
"type": "http"
}
Output Schema
{
"example": {
"hold_time_sec": 300,
"reasoning": "Bollinger band squeeze with volume expansion",
"score": 0.82,
"signal": "long",
"sl_pct": 0.008,
"strategy_id": "vwap_reversion",
"strategy_name": "VWAP Reversion",
"symbol": "BTC",
"tp_pct": 0.015
},
"type": "json"
}