z_importviewingkey {disallowed} - Zcash

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

Parameters

zkey - string

The zkey (see z_exportkey).

rescan - boolean

Optional, default="whenkeyisnew"

Rescan the wallet for transactions - can be "yes", "no" or "whenkeyisnew"

startHeight - numeric

Optional, default=0

Block height to start rescan from.

Request

curl --location --request POST 'https://go.getblock.io/<ACCESS-TOKEN>/' \
--header 'Content-Type: application/json' \
--data-raw '{"jsonrpc": "2.0",
"method": "z_importviewingkey",
"params": [null, null, null],
"id": "getblock.io"}'

Response

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

Last updated