Last updated 25 days ago
zkey - string
zkey
The zkey (see z_exportkey).
rescan - boolean
rescan
Optional, default="whenkeyisnew"
Rescan the wallet for transactions - can be "yes", "no" or "whenkeyisnew"
startHeight - numeric
startHeight
Optional, default=0
Block height to start rescan from.
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"}'
{ "result": "null", "id": "getblock.io", "status_code": 405, "message": "Method not allowed" }
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.