Author

Topic: How to query a wallet into finding out how much $$ it has (Read 1082 times)

sr. member
Activity: 392
Merit: 250
Simply navigate through different currencies by using the currency selection box at the bottom footer of blockchain.info.
full member
Activity: 210
Merit: 100
★YoBit.Net★ 350+ Coins Exchange & Dice
There is a currency selection box at the bottom footer of blockchain.info simply change the currency and its done, okay.
legendary
Activity: 4214
Merit: 4458
simply add ?currency=USD at the end of your blockchain/info address search. for example i searched a random address on the lask block mined and it showed the USD total

https://blockchain.info/address/1E4iJGgqT7KkF5pgBHxDPHX1Q5phGdWc3G?currency=USD

if you want to easily navigate through different currencies there is a currency selection box at the bottom footer of blockchain.info
sr. member
Activity: 378
Merit: 250
Does anyone know how I can achieve this? briefly had a look through blockchain but not sure where to start...

Its not possible for wallets*, but for addresses. I made a little java tool [1] a while back (sadly for an idiot, but maybe it can help you) that takes a list of addresses, checks blockchain.info's API for the balance and writes it into a file. You could use that to get the balances for each of your addresses and make a sum of the result to know how much BTC is in your wallet. But honestly, why does your wallet client not show the amount of BTC you have?

*wallets do not exist on a protocol level, but are an abstraction to help humans handle multiple addresses and keys.

[1] https://bitcointalksearch.org/topic/m.8355029
Thanks Shorena!
copper member
Activity: 1498
Merit: 1499
No I dont escrow anymore.
Does anyone know how I can achieve this? briefly had a look through blockchain but not sure where to start...

Its not possible for wallets*, but for addresses. I made a little java tool [1] a while back (sadly for an idiot, but maybe it can help you) that takes a list of addresses, checks blockchain.info's API for the balance and writes it into a file. You could use that to get the balances for each of your addresses and make a sum of the result to know how much BTC is in your wallet. But honestly, why does your wallet client not show the amount of BTC you have?

*wallets do not exist on a protocol level, but are an abstraction to help humans handle multiple addresses and keys.

[1] https://bitcointalksearch.org/topic/m.8355029
legendary
Activity: 1512
Merit: 1011
wallet = private + public(s) adresse(s)
you can only view the public adress balance.

if user don't have transmit bitcoin from public 1 to public 2 ... you can't known that public 1 and public 2 is the same wallet at the end.
sr. member
Activity: 378
Merit: 250
Does anyone know how I can achieve this? briefly had a look through blockchain but not sure where to start...
Jump to: