# Import private keys from the dump file Imports taddr keys from a wallet dump file. Endpoint: GET /daemon/importwallet Version: 6.6.1 Security: ZelID ## Query parameters: - `filename` (string, required) The name of backup Example: "dumpwallet" ## 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.