Thanks, this is useful.hey, so right now i am not thinking about extending this. chaeplin got a lot of that information on his webservices
...
exp=http://explorer.darkcoin.io/chain/Darkcoin/q/addressbalance/
....
pay=$(curl -s $addr)
....
...
price=$(curl -s "https://api.cryptsy.com/api/v2/markets/155" | sed 's/^.*"price":\([^,]*\),.*$/\1/')
...
[code]