https://coincheck.com/ja/exchange
https://coincheck.com/ja/documents/exchange/api#about
ティッカー
https://coincheck.com/api/ticker?pair=btc_jpy
curl -s https://coincheck.com/api/ticker?pair=btc_jpy | jq ".last" | awk '{printf"%\047d\n",$1}'
https://coincheck.com/ja/exchange
https://coincheck.com/ja/documents/exchange/api#about
ティッカー
https://coincheck.com/api/ticker?pair=btc_jpy
curl -s https://coincheck.com/api/ticker?pair=btc_jpy | jq ".last" | awk '{printf"%\047d\n",$1}'