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,