# List of amounts received by zaddr Return a list of amounts received by a zaddr belonging to the node's wallet. Endpoint: GET /daemon/zlistreceivedbyaddress Version: 6.6.1 Security: ZelID ## Query parameters: - `address` (string, required) The shielded address Example: "za1kqwgkln5azfnnzfps0vc44ucwynstxk9k79z6nunwq0pnh4rjuww5kgy02c9wvfmdkxkxndlvdd" - `minconf` (integer) Only include transactions confirmed at least this many times Example: 5 ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (array) - `data.txid` (string) Transaction id - `data.jsindex` (integer) Joinsplit index (sprout txs) - `data.jsoutindex` (integer) Output index of the joinsplit (sprout txs) - `data.amount` (number) The amount of value in the note - `data.confirmations` (integer) Number of confirmations - `data.time` (integer) The transaction time in seconds since epoch (1 Jan 1970 GMT) - `data.memo` (string) Hexadecimal string representation of memo field - `data.outindex` (integer) Output index number - `data.change` (boolean) True if the address that received the note is also one of the sending addresses