Last modified: 2024-09-23
dumpprivkey Method
Exports the private key of the specified address.
Before you can invoke this method you must:
Install the plugin RpcServer
Call the RPC method
openwallet
to open the wallet first.
Parameter Description
address: To export the addresses of the private key. The address is required as a standard address.
Exception
-
-302, No opened wallet.
Example
Request body:
Response body:
Response Description:
Returns the private key of the standard address.