How can get balance for btc/bch address and block?

0

How can get balance for btc/bch address and block ?

Similar to web3.eth.getBalance for Ethereum

user9989639

Posted 2019-04-04T13:55:04.490

Reputation: 1

1Bitcoin doesn't have a similar functionality as web3.MCCCS 2019-04-04T14:13:12.743

Answers

2

A BTC/BCH node does not supply aggregate information on addresses.
You could consult one of the block explorers out there, most of them do provide balances for addresses.

Albert s

Posted 2019-04-04T13:55:04.490

Reputation: 1 344