Public
TAO Ghost Trader Track Record
Full validated TAO trade history with derived performance stats and paper validation progress
GET
Public endpoint — no API key required. Powers the TAO tab on
aioka.io/track-record. (Sprint TAO — third multi-asset expansion after ETH and SOL.)
stats.validatedPaperTrades field tracks progress toward
this milestone.
Response Fields
TAO track record mirrors the SOL schema but adds three TAO-specific per-trade audit fields:liquidityAtEntry, daysSinceHalving, and isPaper. The stats
block also exposes the paper validation gate progress via validatedPaperTrades
and paperValidationTarget.
Top-level
| Field | Type | Meaning |
|---|---|---|
trades | array | Closed validated TAO trades, oldest first |
stats.totalTrades | int | Count of closed validated trades |
stats.validatedPaperTrades | int | TAO-specific. Count of validated paper trades closed (0 — 10). Milestone: at 10, live capital gates open for K-1 sign-off. |
stats.paperValidationTarget | int | Always 10 — the milestone before live trading. |
stats.winRate | number | % of trades with pnlUsd > 0 |
stats.totalPnl | number | Cumulative USD P&L |
stats.avgHoldMinutes | number | Average hold duration in minutes |
stats.bestTrade | number | Best single-trade P&L (USD) |
stats.worstTrade | number | Worst single-trade P&L (USD) |
Per-trade
| Field | Type | Meaning |
|---|---|---|
id | string | UUID |
entryTime / exitTime | string | ISO 8601 |
entryPrice / exitPrice | number | USD |
sizeTao | number | Position size in TAO |
pnlUsd | number | Total P&L (entry-to-exit, includes TP1 partial when applicable) |
pnlPct | number | P&L as % of position cost |
tp1PnlUsd | number | null | TP1 partial P&L when TP1 fired |
liquidityAtEntry | number | null | TAO-specific. Kraken order-book depth (USD) at the moment of entry — audit field for Gate 0 compliance. |
daysSinceHalving | int | null | TAO-specific. Days since the 2025-12-01 TAO emission halving at entry time — cycle-position audit. |
isPaper | bool | true for all paper trades. Becomes false after live capital is enabled. |
result | string | "WIN" / "LOSS" |
mode | string | Entry mode (A / B / C) |
Track Record Restart
TAO track record begins at the first TAO trade close — the trades array is empty until the first validated TAO paper trade lands. Per the TAO paper-mode rule (TAO_PAPER_MODE), 10 validated paper trades must complete before TAO can graduate to live Kraken capital. ThevalidatedPaperTrades / paperValidationTarget fields provide a
real-time view of this milestone. When validatedPaperTrades reaches 10,
an explicit K-1 sign-off sprint activates live trading with Kraken.