Skip to main content
GET
EUR/USD Forex Ghost Trader Track Record
This endpoint is public — no API key required. Powers the EUR/USD tab on aioka.io/track-record. (Sprint 186 — first non-crypto, non-commodity asset.)
Tier: Public (no auth) Cache: None Read-only: Pure read of forex_eurusd_trades table.
⚠️ Paper-trading data. AIOKA EUR/USD Ghost Trader is a simulation in Sprint 186. Live capital does not flow through this loop until 10 validated paper trades have closed AND post-validation approval is documented.

Sprint 186 field-naming convention

This endpoint returns snake_case field names exclusively. No camelCase aliases.

Response Fields

Top-level

trades[i] fields

stats fields

Why P&L in both pips AND USD?

EUR/USD performance has two natural units:
  • Pips — the Forex-native unit. Lets you compare EUR/USD performance across days regardless of position size and across pairs (a 30-pip EUR/USD trade is comparable in technical-execution terms to a 30-pip GBP/USD trade).
  • USD — the portfolio-comparable unit. Lets you stack EUR/USD P&L alongside crypto / Gold P&L on the same scale.
Both are persisted at trade close so analytical tools can pivot on either without re-deriving from the other.

Response

EUR/USD trade history

stats
EURUSDTrackRecordStats · object
required
trades
EURUSDTrackRecordTrade · object[]