burn address balances

+1 vote
I am trying to calculate the 'net' available amount of an asset (listassets - amount burnt).

Is there a way to get the burn address' balances?
asked Aug 14, 2018 by Robert

1 Answer

0 votes

You can use importaddress with the chain's burn address, then query its balances using getaddressbalances

answered Aug 16, 2018 by MultiChain
...