Overview
Returns the count of validated (real, non-synthetic) Ghost Trader trades since the production engine launch on 2026-04-07. Used by the aioka.io website for public track record display. Tier: Public ✅ — No API key required Cache: None Rate limit: NoneResponse Fields
| Field | Type | Description |
|---|---|---|
validated_trades | integer | Number of validated trades with is_valid=true since launch |
target | integer | Current validation target (10 trades) |
since | string | Production launch date ("2026-04-07") |
Only trades marked
is_valid=true are counted. Backfilled, synthetic, or
test trades are excluded. This ensures the count reflects real trading
engine performance only.