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

btg
Bitcoin Gold (BTG)

Method: POST backupwallet

dropdown

方法 RPC backupwallet 例如 Bitcoin Gold (BTG)

POST backupwallet

Method not allowed

安全地将当前钱包文件复制到目标,这可以是带有文件名的目录或路径。

Parameters

destination - 字符串,需要

目标目录或文件

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": "backupwallet",
"params": [null],
"id": "getblock.io"}'


Response

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