playground

The world is a playground.

CryptoCurrency

2018年6月17日時点での暗号通貨の時価総額

約31兆円 source: https://coinmarketcap.com/ja/

Ether の日本円価格を取得

Ether の日本円価格(レート)を取得する方法です。 coinmarketcap の API を使用します。 Node.js によるサンプルコード let https = require('https'); const url = 'https://api.coinmarketcap.com/v2/ticker/1027/?convert=JPY'; https.get(url, (respon…