Individual arena strategy signal
Individual arena strategy signal
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1492 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/rsi_7_extremes/ETH
| Category | Everything else |
|---|---|
| Provider host | signal-engine-production-d88d.up.railway.app |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 42 from 7 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.001 | 1492 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"
]
}
}