Post
Topic
Board Web Wallets
Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics
by
Stephen Gornick
on 20/11/2012, 02:23:33 UTC
The API page mentions the "Unspent outpus" API method, but the implementation differs from the online documentation.

Quote
Unspent outputs   
http://blockchain.info/unspent/?address=$hash_160&address=$hash_160
Multiple Addresses Allowed

 - http://blockchain.info/api/blockchain_api

But it appears it is only responding properly when using $bitcoin_address not $hash_160,

Also, the example shows a trailing slash in the URL path.  There should be no trailing slash.  e.g.,   /unspent?address=   instead of  /unspent/?address=