Initialize import
Import wallet
Initialize import
Initialize a wallet import. Complete by submitting the import.
POST
Initialize import
SDK methods
Learn more about importing wallets using our SDKs here.Authorizations
Basic Auth header with your app ID as the username and your app secret as the password.
Headers
ID of your Privy app.
Body
application/json
- HDInitInput
- PrivateKeyInitInput
The input for HD wallets.
The address of the wallet to import.
The chain type of the wallet to import. Currently supports ethereum and solana.
Available options:
ethereum, solana The encryption type of the wallet to import. Currently only supports HPKE.
Available options:
HPKE The entropy type of the wallet to import.
Available options:
hd The index of the wallet to import.
Required range:
x >= 0Response
200 - application/json
The encryption public key to encrypt the wallet entropy with.

