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

zec
Zcash (ZEC)

Method: POST z_importwallet

dropdown

Method RPC z_importwallet example for Zcash (ZEC)

POST z_importwallet

Method not allowed

Imports taddr and zaddr keys from a wallet export file (see z_exportwallet).

Parameters

filename - string

The wallet file.

Request

curl --location --request POST 'https://zec.getblock.io/mainnet/' \
--header 'x-api-key: YOUR-API-KEY' \
--header 'Content-Type: application/json' \
--data-raw '{"jsonrpc": "2.0",
"method": "z_importwallet",
"params": [null],
"id": "getblock.io"}'


Response

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