Bitcoin Forum

Economy => Service Discussion => Topic started by: matinbeigi on March 04, 2019, 03:27:29 PM



Title: api btc
Post by: matinbeigi on March 04, 2019, 03:27:29 PM
Are api available to get bitcoin balance(addresses that start with bc)?


Title: Re: api btc
Post by: TryNinja on March 04, 2019, 03:31:35 PM
Try Blockchair's API.

You can get the balance and transactions of any address by using this URL: https://api.blockchair.com/bitcoin/dashboards/address/<YOUR_ADDRESS_HERE>

Example: https://api.blockchair.com/bitcoin/dashboards/address/bc1qar0srrr7xfkvy5l643lydnw9re59gtzzwf5mdq


Title: Re: api btc
Post by: OmegaStarScream on March 04, 2019, 04:31:00 PM
Alternatively, you could use Blocknomics (https://www.blockonomics.co/views/api.html) or Chain.so  (https://chain.so/api#get-balance)API.

It all depend on what you're trying to achieve but since these APIs meet your needs, I suggest checking the rate limits.