# Get total balance of wallet Return the total value of funds stored in the node's wallet. Endpoint: GET /daemon/zgettotalbalance Version: 6.6.1 Security: ZelID ## Query parameters: - `minconf` (integer) Only include private and transparent transactions confirmed at least this many times Example: 5 - `includewatchonly` (boolean) Also include balance in watchonly addresses Enum: true, false ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (object) - `data.transparent` (number) The total balance of transparent funds - `data.private` (number) The total balance of shielded funds - `data.total` (number) The total balance of both transparent and shielded funds