Skip to content

Instantly share code, notes, and snippets.

@misterch0c
Last active September 18, 2016 09:42
Show Gist options
  • Save misterch0c/166adc78116785c9e23b4866bfabea4d to your computer and use it in GitHub Desktop.
Save misterch0c/166adc78116785c9e23b4866bfabea4d to your computer and use it in GitHub Desktop.
BTC ${texeci 300 curl https://api.bitcoinaverage.com/ticker/global/USD/last} $alignr
#ETH price in btc
ETH ${texeci 300 curl https://api.kraken.com/0/public/Ticker?pair=ETHXBT | jq ".result.XETHXXBT.b[0]" | grep -oE "[0-9]*\....."}
#ETH price in usd
#ETH ${texeci 300 curl https://api.coinmarketcap.com/v1/ticker/ethereum/ | grep "price_usd" | grep -oE "[0-9]*\....."}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment