Asset balances

0 votes
To list the assets I had to run the command “multichain-cli chain1 listunspent 0” on both the unix nodes. But isn’t the blockchain distributed? Shouldn’t I be able to see the balances from any node?
asked Aug 17, 2015 by anonymous

1 Answer

0 votes
The information is stored on each node, but that API call shows the balance of the wallet of that particular node, i.e. of assets that it can spend. There is not yet a general purpose API for querying balances of any address from each node.
answered Aug 17, 2015 by MultiChain
...