Full validated SOL trade history with derived performance stats
Documentation Index
Fetch the complete documentation index at: https://docs.aioka.io/llms.txt
Use this file to discover all available pages before exploring further.
| Field | Type | Meaning |
|---|---|---|
trades | array | Closed validated SOL trades, oldest first |
stats.totalTrades | int | Count of closed validated trades |
stats.winRate | number | % of trades with pnlUsd > 0 |
stats.totalPnl | number | Cumulative USD P&L |
stats.avgHoldMinutes | number | Average hold duration |
stats.bestTrade | number | Best single-trade P&L |
stats.worstTrade | number | Worst single-trade P&L |
| Field | Type | Meaning |
|---|---|---|
id | string | UUID |
entryTime / exitTime | string | ISO 8601 |
entryPrice / exitPrice | number | USD |
sizeSol | number | Position size in SOL |
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 |
networkHealthAtEntry | string | SOL-specific. Solana network health label at entry (HEALTHY / DEGRADED / UNKNOWN) |
result | string | "WIN" / "LOSS" |
mode | string | Entry mode (A / B / C) |