📝 Share Your Feedback on Twitter and Claim 1M Free GetBlock Requests

btg
Bitcoin Gold (BTG)

Method: POST dumpprivkey

dropdown

方法 RPC dumpprivkey 例如 Bitcoin Gold (BTG)

POST dumpprivkey

Method not allowed

揭示与“地址”相对应的私钥。

然后可以将ImportPrivkey与此输出一起使用

Parameters

address - 字符串,需要

私钥的比特币地址

Request

curl --location --request POST 'https://btg.getblock.io/mainnet/' \
--header 'x-api-key: YOUR-API-KEY' \
--header 'Content-Type: application/json' \
--data-raw '{"jsonrpc": "2.0",
"method": "dumpprivkey",
"params": [null],
"id": "getblock.io"}'


Response

{
    "result": "null",
    "id": "getblock.io",
    "status_code": 405,
    "message": "Method not allowed"
}