From b35fcfe13f9e2073a9270a4f02fcf22d682faf73 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sun, 15 Mar 2026 16:50:52 -0700 Subject: [PATCH] Feat: Include paperByStrategy in state response --- app/api/state/route.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/api/state/route.js b/app/api/state/route.js index f7996c4..861a2a3 100644 --- a/app/api/state/route.js +++ b/app/api/state/route.js @@ -14,6 +14,7 @@ export async function GET() { return NextResponse.json({ market: null, paper: { balance: 1000, totalPnL: 0, wins: 0, losses: 0, winRate: 0, openPositions: [], totalTrades: 0 }, + paperByStrategy: {}, strategies: [], workerUptime: 0, lastUpdate: null,