POST /api/v1/wallet/export-key
Exports the private key for one of your active managed wallets.
Parameters
Wallet type to export:
eoa or safe.Response
Hex-encoded private key for the requested wallet.
Notes
- The requested wallet type must exist and be active on your account.
- This endpoint exports the Privy-managed signing key for that wallet record.
- If no active wallet of the requested type exists, the server returns
400.