Export a wallet’s private key.
Basic Auth header with your app ID as the username and your app secret as the password.
ID of your Privy app.
Request authorization signature. If multiple signatures are required, they should be comma separated.
Request expiry. Value is a Unix timestamp in milliseconds representing the deadline by which the request must be processed.
ID of the wallet.
The exported private key.
The encryption type of the wallet to import. Currently only supports HPKE.
HPKE The encrypted private key.
The base64-encoded encapsulated key that was generated during encryption, for use during decryption.