Managed autopilot aggregated summary
GET /v1/autopilot/managed/aggregated-summary — Single aggregate source shared by the /autopilot KPI bar and the Dashboard managed card: total equity, total unrealized
GET /v1/autopilot/managed/aggregated-summary
Single aggregate source shared by the /autopilot KPI bar and the Dashboard managed card: total equity, total unrealized PnL, running vs total counts, and a trailing 30-day return sparkline. Fanned out once and cached 60s server-side to avoid an N+1 across the two consumers.
| Method | GET |
| Path | /v1/autopilot/managed/aggregated-summary |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | autopilot |
Response body
{ "totalEquity": "1234.56", "totalUnrealizedPnl": "12.34", "runningCount": 2, "totalCount": 3, "return30D": { "pct": 12.5, "sparkline": [{ "t": 1779900000000, "v": 0 }] }, "lastUpdatedAt": 1779986400000, "connected": true }