これまで使ったことのある仮想通貨のAPIメモ。
主にドキュメントを見るとき用。
CoinExchange (document)
例:https://www.coinexchange.io/api/v1/getmarkets
v2が来そうで来ない。痒い所に手が届かず使いにくい。
StocksExchange (document)
例:https://app.stocks.exchange/api2/markets
簡単で使いやすい。
CREX24 (document)
例:https://api.crex24.com/CryptoExchangeService/BotPublic/ReturnTicker
機能充実。
BitFlyer (document)
例:https://api.bitflyer.com/v1/ticker
取れるデータは少ないけど安定している。
kraken (document)
例:https://api.kraken.com/0/public/Ticker?pair=XBTUSD
ドル建て、円建てで取れるのはいいけど円建てはスプレットが大きく安定しない。
TOPBTC (document)
例:http://topbtc.com/market/market.php
VIPS用。POSTで情報をとるのが少し使いにくい。
BitKop (document)
例:https://apiv2.bitkop.com/Market/ticker?symbol=eth_btc
EXC用。最近システムアップデートと同時にAPIもv2になった。
Bitmart (document)
例:https://openapi.bitmart.com/v2/ticker?symbol=CHE_ETH
CHE用。珍しくWebSocketが用意されている。
Ethガス代
https://ethgasstation.info/json/ethgasAPI.json
json形式で取得できる。CORSも気にしなくていいので便利。