walletpassphrase {disallowed} - Dogecoin

Example code for the walletpassphrase {disallowed} json-rpc method. Сomplete guide on how to use walletpassphrase {disallowed} json-rpc in GetBlock.io Web3 documentation.

Parameters

passphrase - string

The wallet passphrase.

timeout - integer

Time in seconds to keep the wallet unlocked (by keeping the passphrase in memory).

dont_raise - boolean

Optional, default=false

Instead of raising ~dogecoinrpc.exceptions.WalletPassphraseIncorrect return False.

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

Response

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

Last updated

© 2019-2024 GetBlock LLC. All rights reserved ID: 21835790. Address: Belgrade, Serbia.