POST /api/v1/wallet/export-key
Exports the private key of your Parsec-managed wallet. This is a destructive action — once exported, you are responsible for securing the key.
Parameters
Which wallet to export:
"eoa" (default) or "safe".Response
Hex-encoded private key (
0x-prefixed).