Skip to main content

Get Balance

GET /api/users/{userId}/balance
Authorization: Bearer <token>
{
  "balance": 10000.50,
  "totalDeposited": 15000,
  "totalWithdrawn": 5000,
  "lifetimePnL": 500.50
}
Users can only view their own balance.