Getbalance equivalent ?

+1 vote
What is the "getbalance" equivalent for one asset (the total of assets on the node) ?
asked Mar 2, 2018 by albabosh

1 Answer

0 votes

Use: getmultibalances * [asset identifier]

There are other additional parameters detailed here: https://www.multichain.com/developers/json-rpc-api/

answered Mar 2, 2018 by MultiChain
It doesnt work in commandline: "error: Error parsing JSON:multichain-util"
You can enter this in full on the command line of your system:

multichain-cli [chain name] getmultibalances * [asset identifier]
...