# Import zaddress viewing key Adds a viewing key to your wallet. Endpoint: GET /daemon/zimportviewingkey Version: 6.6.1 Security: ZelID ## Query parameters: - `vkey` (string, required) The viewing key Example: "ZiVKeT3VBMzNRzA6hzaYzd3d7ebcsaR9iRkhYC8nRwrVYnMZGwPCz62UJMHZnjbPURAaKqDhazDWHies6HMcHmazQUUd4R3TH" - `rescan` (string) Rescan the wallet for transactions. E.g. ?vkey=...&rescan=yes Enum: "whenkeyisnew", "yes", "no" - `startheight` (integer) Block height to start rescan from Example: 500000 ## 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.