CCXTで使える取引所一覧を取得する方法(Python)

Cryptocurrency (暗号通貨)

import ccxt
print(ccxt.exchanges)
以下結果
(2019年03月02日現在)
[‘_1btcxe’, ‘acx’, ‘allcoin’, ‘anxpro’, ‘anybits’, ‘bcex’, ‘bibox’, ‘bigone’, ‘binance’, ‘bit2c’, ‘bitbank’, ‘bitbay’, ‘bitfinex’, ‘bitfinex2’, ‘bitflyer’, ‘bitforex’, ‘bithumb’, ‘bitibu’, ‘bitkk’, ‘bitlish’, ‘bitmarket’, ‘bitmex’, ‘bitsane’, ‘bitso’, ‘bitstamp’, ‘bitstamp1’, ‘bittrex’, ‘bitz’, ‘bl3p’, ‘bleutrade’, ‘braziliex’, ‘btcalpha’, ‘btcbox’, ‘btcchina’, ‘btcexchange’, ‘btcmarkets’, ‘btctradeim’, ‘btctradeua’, ‘btcturk’, ‘buda’, ‘bxinth’, ‘ccex’, ‘cex’, ‘chbtc’, ‘chilebit’, ‘cobinhood’, ‘coinbase’, ‘coinbaseprime’, ‘coinbasepro’, ‘coincheck’, ‘coinegg’, ‘coinex’, ‘coinexchange’, ‘coinfalcon’, ‘coinfloor’, ‘coingi’, ‘coinmarketcap’, ‘coinmate’, ‘coinnest’, ‘coinone’, ‘coinspot’, ‘cointiger’, ‘coolcoin’, ‘coss’, ‘crex24’, ‘crypton’, ‘cryptopia’, ‘deribit’, ‘dsx’, ‘ethfinex’, ‘exmo’, ‘exx’, ‘fcoin’, ‘flowbtc’, ‘foxbit’, ‘fybse’, ‘fybsg’, ‘gatecoin’, ‘gateio’, ‘gdax’, ‘gemini’, ‘getbtc’, ‘hadax’, ‘hitbtc’, ‘hitbtc2’, ‘huobipro’, ‘huobiru’, ‘ice3x’, ‘independentreserve’, ‘indodax’, ‘itbit’, ‘jubi’, ‘kkex’, ‘kraken’, ‘kucoin’, ‘kucoin2’, ‘kuna’, ‘lakebtc’, ‘lbank’, ‘liqui’, ‘liquid’, ‘livecoin’, ‘luno’, ‘lykke’, ‘mercado’, ‘mixcoins’, ‘negociecoins’, ‘nova’, ‘okcoincny’, ‘okcoinusd’, ‘okex’, ‘paymium’, ‘poloniex’, ‘quadrigacx’, ‘rightbtc’, ‘southxchange’, ‘stronghold’, ‘surbitcoin’, ‘theocean’, ‘therock’, ‘tidebit’, ‘tidex’, ‘uex’, ‘upbit’, ‘urdubit’, ‘vaultoro’, ‘vbtc’, ‘virwox’, ‘xbtce’, ‘yobit’, ‘yunbi’, ‘zaif’, ‘zb’]

タイトルとURLをコピーしました