SilkyFalcon

Generation

linuxFri, 25 Nov 2022

show current btc price

curl -s https://api.bitfinex.com/v1/ticker/btcusd | python -m json.tool | grep -i last_price | awk '{print $2}' | tr -d '"'

Questions about programming?Chat with your personal AI assistant