Skip to main content
GET
This endpoint is public — no API key required. Powers the SOL panel on aioka.io/live. (Sprint 183 — second multi-asset expansion after ETH.)
Tier: Public ✅ Cache: None — always live Read-only: Never writes to any trading table.
⚠️ This is a paper-trading status snapshot, not financial advice. AIOKA SOL Ghost Trader is a simulation. Never make real financial decisions based solely on this signal.

Response Fields

SOL status mirrors the ETH schema but adds two SOL-specific fields: networkHealth and networkTps (the Solana network health probe used by Gate 0). SOL evaluates 8 entry gates — one more than BTC/ETH (7 gates) — because Gate 0 (network health) is mandatory for SOL.

SOL-Specific: Gate 0 (Network Health)

SOL is the first AIOKA asset with a dedicated network-health gate. The public status endpoint probes Solana mainnet RPC (getRecentPerformanceSamples) and status.solana.com summary every 60 seconds and exposes the result via networkHealth + networkTps. When networkHealth == "DEGRADED", ALL SOL entries are blocked regardless of judiciary, council, or any other gate. This is by design and mirrors the trader-side TW-2-equivalent rule — Gate 0 must never be disabled.

Response

200 - application/json

Live SOL Ghost Trader status

status
string
required
generatedAt
string<date-time>
required
currentTrade
SOLStatusCurrentTrade · object | null
latestVerdict
SOLStatusVerdict · object | null
regime
string | null
rsi1h
number | null
ema200
number | null
solPrice
number | null
networkHealth
string
default:UNKNOWN
networkTps
number | null
gates
SolGates · object