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
- Option 1
- Option 2
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 >= 0
Response
200 - application/json
The encryption public key to encrypt the wallet entropy with.