Im looking for the wallet address, immature balance and confirmation as shown by
zcoind getwalletinfo
but it is unknown command in zcoind. I want to show which address i will use for my deposit.
Now I understand what you're wondering about.
zcoind help
gives you a list of available RPC commands.
zcoind listaccounts
shows your available accounts and
zcoind getaddressesbyaccount
displays the address(es) per account.
I don't know how to display the immature balance.