About
Pricing
Community
Teams
Start Free Trial
Log in
Roberto Parker
asked on
6/2/2021
script to get the BTC balance of an address
Get BTC balance
What langiage / code do I need to read BTC balances in my computer (standalone)
PHP
JavaScript
2
1
Last Comment
Julian Hansen
8/22/2022 - Mon
Kimputer
6/2/2021
Probably a simple C#/
VB.net
app will do:
Start a webclient with this address (because bitref itself doesn't do anything excep pass on and format it for you):
blockchain.info/multiaddr?cors=true&active=
(bitcoin_address)
You will receive a JSON file back. Interpret it, done.
Powershell, VBscript are also possibilities, but the free Visual Studio will give you more help to finish your code.
https://visualstudio.microsoft.com/vs/express/
ASKER CERTIFIED SOLUTION
Julian Hansen
6/2/2021
THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck
Start a webclient with this address (because bitref itself doesn't do anything excep pass on and format it for you):
blockchain.info/multiaddr?cors=true&active=(bitcoin_address)
You will receive a JSON file back. Interpret it, done.
Powershell, VBscript are also possibilities, but the free Visual Studio will give you more help to finish your code.https://visualstudio.microsoft.com/vs/express/