

/api/v1/forward/accounts/{id}A single forward-testing account with its trades, in the public format. Owner-scoped: 404 if it does not exist or is not yours.
| Name | In | Type | Req. | Description |
|---|---|---|---|---|
| id | path | string | yes | The forward account id (from the list endpoint). |
curl -H "Authorization: Bearer afx_live_xxx" \
"https://www.analytics-fx.com/api/v1/forward/accounts/value"{
"apiVersion": "v1",
"data": {
"id": "7c1d...", "name": "Live sniper", "startingBalance": 10000, "leverage": 100,
"status": "active", "createdAt": "2026-08-14T22:10:00.000Z",
"stats": { "trades": 12, "netPnl": 430.25, "winRate": 58.33, "profitFactor": 1.64,
"balance": 10430.25, "openTrades": 0, "pendingOrders": 0,
"floatingPnl": null, "equity": 10430.25, "usedMargin": 0 },
"trades": [
{ "id": "9b8a...", "accountId": "7c1d...", "symbol": "EURUSD", "side": "long",
"orderType": "market", "status": "closed", "size": 0.5,
"entryPrice": 1.0821, "exitPrice": 1.086, "stopLoss": 1.08, "takeProfit": 1.09,
"pnl": 195, "floatingPnl": null, "currentPrice": null, "pricedAt": null,
"usedMargin": null,
"openedAt": "2026-08-15T08:00:00.000Z", "closedAt": "2026-08-15T13:20:00.000Z" }
]
},
"meta": { "requestId": "req_fw02", "credits": { "cost": 2, "remaining": 978 } }
}GET /api/v1/forward/accounts/Create a key at /dashboard/api. The key stays in your browser.