# Import private key to the wallet Adds a private key (as returned by dumpprivkey) to your wallet. Endpoint: GET /daemon/importprivkey Version: 6.6.1 Security: ZelID ## Query parameters: - `fluxprivkey` (string, required) The private key Example: "KyqvmC4mDgxwnKjfGYPVt1wonwog4kZ8oA8WsL5yr7vE2X5phxwx" - `label` (string) Optional label Example: "import1" - `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.