# List of balances List balances by receiving address. Endpoint: GET /daemon/listreceivedbyaddress Version: 6.6.1 Security: ZelID ## Query parameters: - `minconf` (integer) The minimum number of confirmations before payments are included Example: 5 - `includeempty` (boolean) Whether to include addresses that haven't received any payments Enum: true, false - `includewatchonly` (boolean) Whether to include watchonly addresses Enum: true, false ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (array) - `data.involvesWatchonly` (boolean) Only returned if imported addresses were involved in transaction - `data.address` (string) The receiving address - `data.account` (string) The account of the receiving address. The default account is "" - `data.amount` (number) The total amount in FLUX received by the address - `data.confirmations` (integer) The number of confirmations of the most recent transaction included - `data.txids` (array)