How can I get address wise UTXO balance for Zcash t-address

1

I tried to create user specific account wise zcash t-address, got the following error

zcash-cli getnewaddress "testaccount" error code: -11 error message: Accounts are unsupported

Is it possible to create account wise t-address?

But I have created zcash t-address successfully without account. Once I sent some amount to another t-address, remaining balance shifted to newly created t-address. Please assist me how can I get user specific address wise t-address balance?

Emdad

Posted 2018-01-24T12:29:15.323

Reputation: 137

Accounts are unsupported so this means all addresses get added to a single master account.Jus12 2018-02-25T06:33:41.190

Answers

1

You can get UTXO balance for Zcash t-address using https://chain.so/api/ api https://chain.so/api/v2/get_tx_unspent/ZECTEST/t2BqpZq16caHXC92LDTWg2pc8RQdmRFw5dF in testnet.

user2773184

Posted 2018-01-24T12:29:15.323

Reputation: 136