Skip to main content

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: None

Response Fields

FieldTypeDescription
validated_tradesintegerNumber of validated trades with is_valid=true since launch
targetintegerCurrent validation target (10 trades)
sincestringProduction 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.
curl https://api.aioka.io/v1/ghost/stats
{
  "validated_trades": 4,
  "target": 10,
  "since": "2026-04-07"
}