Wallets
Initialize import
Initialize a wallet import. Complete by submitting the import.
post/v1/wallets/import/init
Headers
privy-app-idstring required
ID of your Privy app.
Request body
Response
The encryption public key to encrypt the wallet entropy with.
Example response
{
"encryption_public_key": "BDAZLOIdTaPycEYkgG0MvCzbIKJLli/yWkAV5yCa9yOsZ4JsrLweA5MnP8YIiY4k/RRzC+APhhO+P+Hoz/rt7Go=",
"encryption_type": "HPKE"
}