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

doge
DogeCoin (DOGE)

Method: POST backupwallet

dropdown

方法 RPC backupwallet 例如 DogeCoin (DOGE)

POST backupwallet

Method not allowed

安全地将Wallet.dat复制到目的地,这可以是带有文件名的目录或路径。

Parameters

destination - 细绳

目录或路径带有文件名备份钱包。

Request

curl --location --request POST 'https://doge.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"
}