# Get user balances Returns balances for the authenticated user Endpoint: GET /balances Version: 1.0.0 Security: bearerAuth ## Response 200 fields (application/json): - `balances` (array) List of asset balances - `balances.asset_name` (string) Human-readable asset name - `balances.asset_id` (string) Asset identifier - `balances.balance` (string) Balance amount as decimal string ## Response 400 fields (application/json): - `message` (string) Error message ## Response 401 fields (application/json): - `message` (string) Error message ## Response 404 fields (application/json): - `message` (string) Error message ## Response 500 fields (application/json): - `message` (string) Error message ## Response 503 fields (application/json): - `message` (string) Error message