Bash command for quark's (QRK) last trading price

https://news.ycombinator.com/item?id=6881644
by weakwire • 13 years ago
1 0 13 years ago

curl -s 'http://pubapi.cryptsy.com/api.php?method=singlemarketdata&marketid=71' | sed -e 's/,/\n/g' |grep lasttradeprice | sed -e 's/:/\n/g' |sed -n 2p

I have added a XFCE panel widget displaying the price using the bash command :)

Related Stories

Loading related stories...

Source preview

news.ycombinator.com