dart-bitcoin / bitcoin_flutter

A dart Bitcoin library for Flutter.
MIT License
165 stars 123 forks source link

How can I get balance #19

Closed YunhuiLiu140502 closed 4 years ago

longhoangwkm commented 4 years ago

Could you give more your detail context ?! Get balance from transaction id or address. If you wanna something like this getBalance(address). We not support it. Public block explorers provide this information through their APIs. Such as:

https://www.blockstream.info/address/<address>
https://www.blockchain.com/btc/address/<address>