ToolAssay

Individual arena strategy signal

Individual arena strategy signal

Answeringour last check, 2026-09-24
1 of 1checks answered this week
1480 msmedian answer time
$0.001listed price per call
$0.001price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://signal-engine-production-d88d.up.railway.app/v1/arena/vwap_reversion/SOL

CategoryEverything else
Provider hostsignal-engine-production-d88d.up.railway.app
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days11 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.001 1480 ms

Example input (from the provider)

{
  "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"
}

Promised output schema (from the provider)

{
  "output": {
    "properties": {
      "hold_time_sec": {
        "description": "Suggested hold time in seconds",
        "type": "integer"
      },
      "reason": {
        "description": "Present when signal is null (e.g. no_signal, no_context)",
        "type": "string"
      },
      "reasoning": {
        "type": "string"
      },
      "score": {
        "maximum": 1,
        "minimum": 0,
        "type": "number"
      },
      "signal": {
        "enum": [
          "long",
          "short"
        ],
        "nullable": true,
        "type": "string"
      },
      "sl_pct": {
        "description": "Stop-loss percentage",
        "type": "number"
      },
      "strategy_id": {
        "type": "string"
      },
      "strategy_name": {
        "type": "string"
      },
      "symbol": {
        "type": "string"
      },
      "tp_pct": {
        "description": "Take-profit percentage",
        "type": "number"
      }
    },
    "required": [
      "strategy_id",
      "symbol"
    ]
  }
}

This page as JSON