Skip to content

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

1 pointweakwirediscuss
On HN

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 :)

Comments

No comments yet.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.