Show Priv Key
API-v1show_priv_key
The show_priv_key
method returns the private key of the specified coin in a format compatible with coin wallets. The output can be used for the importprivkey
method (UTXO coins) or as a private key for MyEtherWallet (ETH/ERC20).
Parameter | Type | Required | Description |
---|---|---|---|
coin | string | ✓ | The name of the coin of the private key to show |
Parameter | Type | Description |
---|---|---|
coin | string | The name of the coin |
priv_key | string | The private key of the coin |
show_priv_key
POST
show_priv_key{
"userpass": "RPC_UserP@SSW0RD",
"method": "show_priv_key",
"coin": "KMD"
}