dart-bitcoin/bitcoin_flutter

How can I get balance

Closed this issue · 1 comments

How can I get balance

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>