Skip to main content

dumpprivkey

Overview

The 'dumpprivkey' Reveals the private key corresponding to ‘address’.

Request

wget --no-check-certificate --quiet \
--method POST \
--timeout=0 \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--header 'X-CoinAPI-Key: 73034021-THIS-IS-SAMPLE-KEY' \
--body-data '{
"jsonrpc": "1.0",
"id": "1",
"method": "dumpprivkey",
"params": []
}' \'https://bitcoin-mainnet.node.coinapi.io'

Request Parameters

  • address: The bitcoin address for the private key

Response