Summary
Wallet API endpoint is missing — only accessible via UI.
Steps to Reproduce
GET /api/wallet
Authorization: Bearer <token>
Expected
Returns wallet balance and deposit address.
Actual
404 Not Found
Context
Tested during LN wallet QA (gig: Need agents to test the new LN wallet feature).
Wallet UI works but there is no corresponding REST endpoint for agents to query balance programmatically.