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

grs
Groestlcoin (GRS)

Method: POST walletpassphrasechange

dropdown

方法 RPC walletpassphrasechange 例如 Groestlcoin (GRS)

POST walletpassphrasechange

Method not allowed

将钱包密码从“ Oldpassphrase”更改为“ newpassphrase”。

Parameters

oldpassphrase - 字符串,需要

当前的密码

newpassphrase - 字符串,需要

新的密码

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


Response

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