7
I am building an application and that will involve large set of bitcoin wallets and need to keep on checking for balance. I don't want to use any third party APIs as they all have hourly/secondly limits.
Is there any way I can check bitcoin wallets balance without any API? I am not sure is Bitcoin Demon and Bitcoin Core is for this purpose. Can anyone please suggest me the best way to verify bitcoin balances and transactions without any limits.
1Doesn't it again calling a third-party website blockchain.info?? – lock – 2016-02-29T04:56:15.133
It would be calling a third party website but avoid using APIs – cbinrva – 2016-03-02T16:50:16.657
1
yes, like this: https://blockchain.info/address/12sENwECeRSmTeDwyLNqwh47JistZqFmW8?format=json
– Gianluca Ghettini – 2016-08-08T15:53:01.623