hei
Is there a way to display wallet balance like in way dogecoin has it?
addressbalanceReturns amount ever received minus amount ever sent by a given address.
URL: http://dogechain.info/chain/Dogecoin/q/addressbalance
Example: http://dogechain.info/chain/Dogecoin/q/addressbalance/DTnt7VZqR5ofHhAxZuDy4m3PhSjKFXpw3e
getreceivedbyaddressReturns the amount ever received by a given address.
URL: http://dogechain.info/chain/Dogecoin/q/getreceivedbyaddress
Example: http://dogechain.info/chain/Dogecoin/q/getreceivedbyaddress/DTnt7VZqR5ofHhAxZuDy4m3PhSjKFXpw3e
getsentbyaddressReturns the amount ever sent from a given address.
URL: http://dogechain.info/chain/Dogecoin/q/getsentbyaddress
Example: http://dogechain.info/chain/Dogecoin/q/getsentbyaddress/DTnt7VZqR5ofHhAxZuDy4m3PhSjKFXpw3e
If someone know how to achieve this with fluttercoin, please let me know!