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

grs
Groestlcoin (GRS)

Method: POST upgradewallet

dropdown

方法 RPC upgradewallet 例如 Groestlcoin (GRS)

POST upgradewallet

Method not allowed

升级钱包。 如果未指定版本号,则升级到最新版本。

可能会生成新的钥匙,并且需要制作新的钱包备份。

Parameters

version - 数字,可选,默认值= 169900

要升级到的版本号。 默认值是最新的钱包版本。

Request

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


Response

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