Post
Topic
Board Development & Technical Discussion
Merits 12 from 4 users
Re: Check address balance api
by
NeuroticFish
on 13/10/2021, 15:01:22 UTC
⭐ Merited by glascake (5) ,hugeblack (4) ,ETFbitcoin (2) ,MrFreeDragon (1)
Hello community,
I am looking for a api exactly like this one:
https://blockchain.info/rawaddr/1DEP8i3QJCsomS4BSMY2RpU1upv62aGvhD
All I need is the "total_received" :/
sadly my server ip gets banned after a few requests.
Any alternative?
If you suggest a selfhosted solution it has to run on win and linux.

PS: I cannot run electrum or download the whole blockchain.

Since you asked for received, here you are: https://chain.so/api/v2/get_address_received/BTC/1DEP8i3QJCsomS4BSMY2RpU1upv62aGvhD
The result is in bitcoin, not satoshi, but I hope that's not a problem.

For actual balance you may need get_address_balance instead of get_address_received.
I'll add:
* docu is https://chain.so/api/
* 300 requests/minute are free-of-charge for now; try to not get over that value, else they may ban you too  Cheesy