1
I have lots of addresses organized under a label.
Is there a command to show the total remaining amount available under a label ? (Or address)
I am building a payment gateway and I need get the total remaining amount of an address thats why I cannot use listreceivedbylabel.
I am also not able to rely on some block explorers API.
This only shows the total received amount, not the amount of which is spendabel – Emil – 2019-06-09T10:49:05.097
1Labels cannot be "spent from", so
getreceivedbylabelgives you the "balance" of the label. You are trying to use labels like the old accounts system, don't do that. – Andrew Chow – 2019-06-09T10:57:24.143