# Total received by the address Returns the total amount received by the given Flux address in transactions with at least minconf confirmations. Endpoint: GET /daemon/getreceivedbyaddress Version: 6.6.1 Security: ZelID ## Query parameters: - `fluxaddress` (string, required) The Flux address for transactions Example: "t1dC6WNjqcJX8VFcdRp1MyJ7eB4MSQs83FR" - `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` (number) The total amount in FLUX received at this address