Author

Topic: ***btc api or solution wanted!!!! (Read 539 times)

legendary
Activity: 4214
Merit: 4458
May 20, 2013, 03:29:19 PM
#2
http://blockchain.info/q/addressbalance/1YourPublicAddressGoesHere

if using PHP
$atoshi = file_get_contents('http://blockchain.info/q/addressbalance/1YourPublicAddressGoesHere');
$bitcoin = $atoshi /100000000;
echo $bitcoin;

or something like that
sr. member
Activity: 325
Merit: 250
May 20, 2013, 03:07:29 PM
#1
hello,

Which woul be the easiest way i can display the value of an public key on my homepage?

thx alot
Jump to: