# Import address to watch Adds an address or script (in hex) that can be watched as if it were in your wallet but cannot be used to spend. Endpoint: GET /daemon/importaddress Version: 6.6.1 Security: ZelID ## Query parameters: - `address` (string, required) The Flux address Example: "t1dC6WNjqcJX8VFcdRp1MyJ7eB4MSQs83FR" - `label` (string) Optional label Example: "watchonly" - `rescan` (boolean) Rescan the wallet for transactions (This call can take some time to complete if rescan is true) Enum: true, false ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (string) Null. Status will return with success if call/command was successful.