⚡ We welcome businesses to test our enterprise-grade service

grs
Groestlcoin (GRS)

Method: POST walletpassphrasechange

dropdown

Method RPC walletpassphrasechange example for Groestlcoin (GRS)

POST walletpassphrasechange

Method not allowed

Changes the wallet passphrase from ‘oldpassphrase’ to ‘newpassphrase’.

Parameters

oldpassphrase - string, required

The current passphrase

newpassphrase - string, required

The new passphrase

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"
}