z_listaccounts - Zcash 5.5.0 RPC

z_listaccounts

Returns the list of accounts created with z_getnewaccount.

Result:
[
   {
     "account": "uint",           (uint) The account id
     "addresses": [
        {
           "diversifier":  "uint",        (string) A diversifier used in the account
           "ua":  "address",              (string) The unified address corresponding to the diversifier.
        }
     ]
   }
]

Examples:
> zcash-cli z_listaccounts 


Maintained by @_garethtdavies; modified by: mdr0id;license of the docs is MIT (see zcash repo), license of the scripts and webpage is also MIT (github repo)

Note it uses a mainnet zcash node