Signal Engine VWAP Reversion Arena Signal – DOGE is a paid API for AI agents from signal-engine-production-d88d.up.railway.app, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).
Returns a VWAP reversion trading signal for DOGE from the arena strategy engine
Individual arena strategy signal
Returns a structured trading signal for DOGE based on the VWAP reversion strategy, likely including signal direction (buy/sell/hold), signal strength or confidence score, current price relative to VWAP, and timestamp.
GEThttps://signal-engine-production-d88d.up.railway.app/v1/arena/vwap_reversion/DOGEUse this endpoint when you need a real-time, pre-computed VWAP reversion signal specifically for DOGE and want a low-cost ($0.001 USDC) per-call micropayment model via x402. Prefer this over building your own VWAP calculation when you need fast, arena-style strategy signals for algorithmic or agent-driven trading decisions.
{
"symbol": "DOGE",
"strategy_id": "arena_vwap_reversion"
}{
"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": 82.95278208353038,
"signal": "short",
"sl_pct": 1.2,
"symbol": "DOGE",
"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 DOGE",
"path": "/v1/signal/DOGE",
"price": "$0.010"
}
],
"reasoning": "Price above VWAP (dev=0.79%), short setup",
"strategy_id": "vwap_reversion",
"hold_time_sec": 360,
"strategy_name": "VWAP Reversion",
"context_source": "live"
}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"