# Import wallet from export file Imports taddr and zaddr keys from a wallet export file. Endpoint: GET /daemon/zimportwallet Version: 6.6.1 Security: ZelID ## Query parameters: - `filename` (string, required) The wallet file Example: "/path/to/file" ## 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.