UNPKG

preidman-ccxt

Version:

A JavaScript / Python / PHP cryptocurrency trading library with support for 100+ exchanges

149 lines (141 loc) 222 kB
# Overview The ccxt library is a collection of available crypto *exchanges* or exchange classes. Each class implements the public and private API for a particular crypto exchange. All exchanges are derived from the base Exchange class and share a set of common methods. To access a particular exchange from ccxt library you need to create an instance of corresponding exchange class. Supported exchanges are updated frequently and new exchanges are added regularly. The structure of the library can be outlined as follows: ``` User +-------------------------------------------------------------+ | CCXT | +------------------------------+------------------------------+ | Public | Private | +=============================================================+ │ . | │ The Unified CCXT API | │ . | | loadMarkets . fetchBalance | | fetchMarkets . createOrder | | fetchCurrencies . cancelOrder | | fetchTicker . fetchOrder | | fetchTickers . fetchOrders | | fetchOrderBook . fetchOpenOrders | | fetchOHLCV . fetchClosedOrders | | fetchTrades . fetchMyTrades | | . deposit | | . withdraw | │ . | +=============================================================+ │ . | | Custom Exchange API | | (Derived Classes And Their Implicit Methods) | │ . | | publicGet... . privateGet... | | publicPost... . privatePost... | | . privatePut... | | . privateDelete... | | . sign | │ . | +=============================================================+ │ . | | Base Exchange Class | │ . | +=============================================================+ ``` Full public and private HTTP REST APIs for all exchanges are implemented. WebSocket and FIX implementations in JavaScript, PHP, Python and other languages coming soon. - [Exchanges](#exchanges) - [Markets](#markets) - [API Methods / Endpoints](#api-methods--endpoints) - [Market Data](#market-data) - [Trading](#trading) # Exchanges The ccxt library currently supports the following 133 cryptocurrency exchange markets and trading APIs: | | id | name | certified | ver | doc | countries | |---------------------------------------------------------------------------------------------------------------------------|--------------------|--------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------:|:-----:|--------------------------------------------------------------------------------------------------|-----------------------------------------| |![_1btcxe](https://user-images.githubusercontent.com/1294454/27766049-2b294408-5ecc-11e7-85cc-adaff013dc1a.jpg) | _1btcxe | [1BTCXE](https://1btcxe.com) | | * | [API](https://1btcxe.com/api-docs.php) | Panama | |![acx](https://user-images.githubusercontent.com/1294454/30247614-1fe61c74-9621-11e7-9e8c-f1a627afa279.jpg) | acx | [ACX](https://acx.io) | | 2 | [API](https://acx.io/documents/api_v2) | Australia | |![allcoin](https://user-images.githubusercontent.com/1294454/31561809-c316b37c-b061-11e7-8d5a-b547b4d730eb.jpg) | allcoin | [Allcoin](https://www.allcoin.com) | | 1 | [API](https://www.allcoin.com/api_market/market) | Canada | |![anxpro](https://user-images.githubusercontent.com/1294454/27765983-fd8595da-5ec9-11e7-82e3-adb3ab8c2612.jpg) | anxpro | [ANXPro](https://anxpro.com) | | 2 | [API](http://docs.anxv2.apiary.io) | Japan, Singapore, Hong Kong, New Zealand| |![anybits](https://user-images.githubusercontent.com/1294454/41388454-ae227544-6f94-11e8-82a4-127d51d34903.jpg) | anybits | [Anybits](https://anybits.com) | | * | [API](https://anybits.com/help/api) | Ireland | |![bcex](https://user-images.githubusercontent.com/1294454/43362240-21c26622-92ee-11e8-9464-5801ec526d77.jpg) | bcex | [BCEX](https://www.bcex.top/user/reg/type/2/pid/758978) | | 1 | [API](https://www.bcex.top/api_market/market/) | China, Canada | |![bibox](https://user-images.githubusercontent.com/1294454/34902611-2be8bf1a-f830-11e7-91a2-11b2f292e750.jpg) | bibox | [Bibox](https://www.bibox.com/signPage?id=11114745&lang=en) | | 1 | [API](https://github.com/Biboxcom/api_reference/wiki/home_en) | China, US, South Korea | |![bigone](https://user-images.githubusercontent.com/1294454/42803606-27c2b5ec-89af-11e8-8d15-9c8c245e8b2c.jpg) | bigone | [BigONE](https://b1.run/users/new?code=D3LLBVFT) | | 2 | [API](https://open.big.one/docs/api.html) | UK | |![binance](https://user-images.githubusercontent.com/1294454/29604020-d5483cdc-87ee-11e7-94c7-d1a8d9169293.jpg) | binance | [Binance](https://www.binance.com/?ref=10205187) | [![CCXT Certified](https://img.shields.io/badge/CCXT-certified-green.svg)](https://github.com/ccxt/ccxt/wiki/Certification) | * | [API](https://github.com/binance-exchange/binance-official-api-docs/blob/master/rest-api.md) | Japan | |![bit2c](https://user-images.githubusercontent.com/1294454/27766119-3593220e-5ece-11e7-8b3a-5a041f6bcc3f.jpg) | bit2c | [Bit2C](https://www.bit2c.co.il) | | * | [API](https://www.bit2c.co.il/home/api) | Israel | |![bitbank](https://user-images.githubusercontent.com/1294454/37808081-b87f2d9c-2e59-11e8-894d-c1900b7584fe.jpg) | bitbank | [bitbank](https://bitbank.cc/) | | 1 | [API](https://docs.bitbank.cc/) | Japan | |![bitbay](https://user-images.githubusercontent.com/1294454/27766132-978a7bd8-5ece-11e7-9540-bc96d1e9bbb8.jpg) | bitbay | [BitBay](https://bitbay.net) | | * | [API](https://bitbay.net/public-api) | Malta, EU | |![bitfinex](https://user-images.githubusercontent.com/1294454/27766244-e328a50c-5ed2-11e7-947b-041416579bb3.jpg) | bitfinex | [Bitfinex](https://www.bitfinex.com) | [![CCXT Certified](https://img.shields.io/badge/CCXT-certified-green.svg)](https://github.com/ccxt/ccxt/wiki/Certification) | 1 | [API](https://bitfinex.readme.io/v1/docs) | British Virgin Islands | |![bitfinex2](https://user-images.githubusercontent.com/1294454/27766244-e328a50c-5ed2-11e7-947b-041416579bb3.jpg) | bitfinex2 | [Bitfinex v2](https://www.bitfinex.com) | | 2 | [API](https://bitfinex.readme.io/v2/docs) | British Virgin Islands | |![bitflyer](https://user-images.githubusercontent.com/1294454/28051642-56154182-660e-11e7-9b0d-6042d1e6edd8.jpg) | bitflyer | [bitFlyer](https://bitflyer.jp) | | 1 | [API](https://bitflyer.jp/API) | Japan | |![bitforex](https://user-images.githubusercontent.com/1294454/44310033-69e9e600-a3d8-11e8-873d-54d74d1bc4e4.jpg) | bitforex | [Bitforex](https://www.bitforex.com/registered?inviterId=1867438) | | 1 | [API](https://github.com/bitforexapi/API_Docs/wiki) | China | |![bithumb](https://user-images.githubusercontent.com/1294454/30597177-ea800172-9d5e-11e7-804c-b9d4fa9b56b0.jpg) | bithumb | [Bithumb](https://www.bithumb.com) | | * | [API](https://apidocs.bithumb.com) | South Korea | |![bitibu](https://user-images.githubusercontent.com/1294454/45444675-c9ce6680-b6d0-11e8-95ab-3e749a940de1.jpg) | bitibu | [Bitibu](https://bitibu.com) | | 2 | [API](https://bitibu.com/documents/api_v2) | Cyprus | |![bitkk](https://user-images.githubusercontent.com/1294454/32859187-cd5214f0-ca5e-11e7-967d-96568e2e2bd1.jpg) | bitkk | [bitkk](https://vip.zb.com/user/register?recommendCode=bn070u) | | 1 | [API](https://www.bitkk.com/i/developer) | China | |![bitlish](https://user-images.githubusercontent.com/1294454/27766275-dcfc6c30-5ed3-11e7-839d-00a846385d0b.jpg) | bitlish | [Bitlish](https://bitlish.com) | | 1 | [API](https://bitlish.com/api) | UK, EU, Russia | |![bitmarket](https://user-images.githubusercontent.com/1294454/27767256-a8555200-5ef9-11e7-96fd-469a65e2b0bd.jpg) | bitmarket | [BitMarket](https://www.bitmarket.net/?ref=23323) | | * | [API](https://www.bitmarket.net/docs.php?file=api_public.html) | Poland, EU | |![bitmex](https://user-images.githubusercontent.com/1294454/27766319-f653c6e6-5ed4-11e7-933d-f0bc3699ae8f.jpg) | bitmex | [BitMEX](https://www.bitmex.com/register/rm3C16) | | 1 | [API](https://www.bitmex.com/app/apiOverview) | Seychelles | |![bitsane](https://user-images.githubusercontent.com/1294454/41387105-d86bf4c6-6f8d-11e8-95ea-2fa943872955.jpg) | bitsane | [Bitsane](https://bitsane.com) | | * | [API](https://bitsane.com/info-api) | Ireland | |![bitso](https://user-images.githubusercontent.com/1294454/27766335-715ce7aa-5ed5-11e7-88a8-173a27bb30fe.jpg) | bitso | [Bitso](https://bitso.com/?ref=itej) | | 3 | [API](https://bitso.com/api_info) | Mexico | |![bitstamp](https://user-images.githubusercontent.com/1294454/27786377-8c8ab57e-5fe9-11e7-8ea4-2b05b6bcceec.jpg) | bitstamp | [Bitstamp](https://www.bitstamp.net) | | 2 | [API](https://www.bitstamp.net/api) | UK | |![bitstamp1](https://user-images.githubusercontent.com/1294454/27786377-8c8ab57e-5fe9-11e7-8ea4-2b05b6bcceec.jpg) | bitstamp1 | [Bitstamp v1](https://www.bitstamp.net) | | 1 | [API](https://www.bitstamp.net/api) | UK | |![bittrex](https://user-images.githubusercontent.com/1294454/27766352-cf0b3c26-5ed5-11e7-82b7-f3826b7a97d8.jpg) | bittrex | [Bittrex](https://bittrex.com) | [![CCXT Certified](https://img.shields.io/badge/CCXT-certified-green.svg)](https://github.com/ccxt/ccxt/wiki/Certification) | 1.1 | [API](https://bittrex.com/Home/Api) | US | |![bitz](https://user-images.githubusercontent.com/1294454/35862606-4f554f14-0b5d-11e8-957d-35058c504b6f.jpg) | bitz | [Bit-Z](https://u.bit-z.com/register?invite_code=1429193) | | 2 | [API](https://apidoc.bit-z.com/en) | Hong Kong | |![bl3p](https://user-images.githubusercontent.com/1294454/28501752-60c21b82-6feb-11e7-818b-055ee6d0e754.jpg) | bl3p | [BL3P](https://bl3p.eu) | | 1 | [API](https://github.com/BitonicNL/bl3p-api/tree/master/docs) | Netherlands, EU | |![bleutrade](https://user-images.githubusercontent.com/1294454/30303000-b602dbe6-976d-11e7-956d-36c5049c01e7.jpg) | bleutrade | [Bleutrade](https://bleutrade.com) | | 2 | [API](https://bleutrade.com/help/API) | Brazil | |![braziliex](https://user-images.githubusercontent.com/1294454/34703593-c4498674-f504-11e7-8d14-ff8e44fb78c1.jpg) | braziliex | [Braziliex](https://braziliex.com/?ref=5FE61AB6F6D67DA885BC98BA27223465) | | * | [API](https://braziliex.com/exchange/api.php) | Brazil | |![btcalpha](https://user-images.githubusercontent.com/1294454/42625213-dabaa5da-85cf-11e8-8f99-aa8f8f7699f0.jpg) | btcalpha | [BTC-Alpha](https://btc-alpha.com/?r=123788) | | 1 | [API](https://btc-alpha.github.io/api-docs) | US | |![btcbox](https://user-images.githubusercontent.com/1294454/31275803-4df755a8-aaa1-11e7-9abb-11ec2fad9f2d.jpg) | btcbox | [BtcBox](https://www.btcbox.co.jp/) | | 1 | [API](https://www.btcbox.co.jp/help/asm) | Japan | |![btcchina](https://user-images.githubusercontent.com/1294454/27766368-465b3286-5ed6-11e7-9a11-0f6467e1d82b.jpg) | btcchina | [BTCChina](https://www.btcchina.com) | | 1 | [API](https://www.btcchina.com/apidocs) | China | |![btcexchange](https://user-images.githubusercontent.com/1294454/27993052-4c92911a-64aa-11e7-96d8-ec6ac3435757.jpg) | btcexchange | [BTCExchange](https://www.btcexchange.ph) | | * | [API](https://github.com/BTCTrader/broker-api-docs) | Philippines | |![btcmarkets](https://user-images.githubusercontent.com/1294454/29142911-0e1acfc2-7d5c-11e7-98c4-07d9532b29d7.jpg) | btcmarkets | [BTC Markets](https://btcmarkets.net) | | * | [API](https://github.com/BTCMarkets/API) | Australia | |![btctradeim](https://user-images.githubusercontent.com/1294454/36770531-c2142444-1c5b-11e8-91e2-a4d90dc85fe8.jpg) | btctradeim | [BtcTrade.im](https://www.btctrade.im) | | * | [API](https://www.btctrade.im/help.api.html) | Hong Kong | |![btctradeua](https://user-images.githubusercontent.com/1294454/27941483-79fc7350-62d9-11e7-9f61-ac47f28fcd96.jpg) | btctradeua | [BTC Trade UA](https://btc-trade.com.ua) | | * | [API](https://docs.google.com/document/d/1ocYA0yMy_RXd561sfG3qEPZ80kyll36HUxvCRe5GbhE/edit) | Ukraine | |![btcturk](https://user-images.githubusercontent.com/1294454/27992709-18e15646-64a3-11e7-9fa2-b0950ec7712f.jpg) | btcturk | [BTCTurk](https://www.btcturk.com) | | * | [API](https://github.com/BTCTrader/broker-api-docs) | Turkey | |![buda](https://user-images.githubusercontent.com/1294454/47380619-8a029200-d706-11e8-91e0-8a391fe48de3.jpg) | buda | [Buda](https://www.buda.com) | | 2 | [API](https://api.buda.com) | Argentina, Chile, Colombia, Peru | |![bxinth](https://user-images.githubusercontent.com/1294454/27766412-567b1eb4-5ed7-11e7-94a8-ff6a3884f6c5.jpg) | bxinth | [BX.in.th](https://bx.in.th) | | * | [API](https://bx.in.th/info/api) | Thailand | |![ccex](https://user-images.githubusercontent.com/1294454/27766433-16881f90-5ed8-11e7-92f8-3d92cc747a6c.jpg) | ccex | [C-CEX](https://c-cex.com) | | * | [API](https://c-cex.com/?id=api) | Germany, EU | |![cex](https://user-images.githubusercontent.com/1294454/27766442-8ddc33b0-5ed8-11e7-8b98-f786aef0f3c9.jpg) | cex | [CEX.IO](https://cex.io/r/0/up105393824/0/) | | * | [API](https://cex.io/cex-api) | UK, EU, Cyprus, Russia | |![chbtc](https://user-images.githubusercontent.com/1294454/28555659-f0040dc2-7109-11e7-9d99-688a438bf9f4.jpg) | chbtc | [CHBTC](https://vip.zb.com/user/register?recommendCode=bn070u) | | 1 | [API](https://www.chbtc.com/i/developer) | China | |![chilebit](https://user-images.githubusercontent.com/1294454/27991414-1298f0d8-647f-11e7-9c40-d56409266336.jpg) | chilebit | [ChileBit](https://chilebit.net) | | 1 | [API](https://blinktrade.com/docs) | Chile | |![cobinhood](https://user-images.githubusercontent.com/1294454/35755576-dee02e5c-0878-11e8-989f-1595d80ba47f.jpg) | cobinhood | [COBINHOOD](https://cobinhood.com) | | 1 | [API](https://cobinhood.github.io/api-public) | Taiwan | |![coinbase](https://user-images.githubusercontent.com/1294454/40811661-b6eceae2-653a-11e8-829e-10bfadb078cf.jpg) | coinbase | [Coinbase](https://www.coinbase.com/join/58cbe25a355148797479dbd2) | | 2 | [API](https://developers.coinbase.com/api/v2) | US | |![coinbaseprime](https://user-images.githubusercontent.com/1294454/44539184-29f26e00-a70c-11e8-868f-e907fc236a7c.jpg) | coinbaseprime | [Coinbase Prime](https://prime.coinbase.com) | | * | [API](https://docs.prime.coinbase.com) | US | |![coinbasepro](https://user-images.githubusercontent.com/1294454/41764625-63b7ffde-760a-11e8-996d-a6328fa9347a.jpg) | coinbasepro | [Coinbase Pro](https://pro.coinbase.com/) | | * | [API](https://docs.pro.coinbase.com/) | US | |![coincheck](https://user-images.githubusercontent.com/1294454/27766464-3b5c3c74-5ed9-11e7-840e-31b32968e1da.jpg) | coincheck | [coincheck](https://coincheck.com) | | * | [API](https://coincheck.com/documents/exchange/api) | Japan, Indonesia | |![coinegg](https://user-images.githubusercontent.com/1294454/36770310-adfa764e-1c5a-11e8-8e09-449daac3d2fb.jpg) | coinegg | [CoinEgg](https://www.coinegg.com) | | * | [API](https://www.coinegg.com/explain.api.html) | China, UK | |![coinex](https://user-images.githubusercontent.com/1294454/38046312-0b450aac-32c8-11e8-99ab-bc6b136b6cc7.jpg) | coinex | [CoinEx](https://www.coinex.com/account/signup?refer_code=yw5fz) | | 1 | [API](https://github.com/coinexcom/coinex_exchange_api/wiki) | China | |![coinexchange](https://user-images.githubusercontent.com/1294454/34842303-29c99fca-f71c-11e7-83c1-09d900cb2334.jpg) | coinexchange | [CoinExchange](https://www.coinexchange.io) | | * | [API](https://coinexchangeio.github.io/slate/) | India, Japan, South Korea, Vietnam, US | |![coinfalcon](https://user-images.githubusercontent.com/1294454/41822275-ed982188-77f5-11e8-92bb-496bcd14ca52.jpg) | coinfalcon | [CoinFalcon](https://coinfalcon.com/?ref=CFJSVGTUPASB) | | 1 | [API](https://docs.coinfalcon.com) | UK | |![coinfloor](https://user-images.githubusercontent.com/1294454/28246081-623fc164-6a1c-11e7-913f-bac0d5576c90.jpg) | coinfloor | [coinfloor](https://www.coinfloor.co.uk) | | * | [API](https://github.com/coinfloor/api) | UK | |![coingi](https://user-images.githubusercontent.com/1294454/28619707-5c9232a8-7212-11e7-86d6-98fe5d15cc6e.jpg) | coingi | [Coingi](https://coingi.com) | | * | [API](http://docs.coingi.apiary.io/) | Panama, Bulgaria, China, US | |![coinmarketcap](https://user-images.githubusercontent.com/1294454/28244244-9be6312a-69ed-11e7-99c1-7c1797275265.jpg) | coinmarketcap | [CoinMarketCap](https://coinmarketcap.com) | | 1 | [API](https://coinmarketcap.com/api) | US | |![coinmate](https://user-images.githubusercontent.com/1294454/27811229-c1efb510-606c-11e7-9a36-84ba2ce412d8.jpg) | coinmate | [CoinMate](https://coinmate.io?referral=YTFkM1RsOWFObVpmY1ZjMGREQmpTRnBsWjJJNVp3PT0) | | * | [API](http://docs.coinmate.apiary.io) | UK, Czech Republic, EU | |![coinnest](https://user-images.githubusercontent.com/1294454/38065728-7289ff5c-330d-11e8-9cc1-cf0cbcb606bc.jpg) | coinnest | [coinnest](https://www.coinnest.co.kr) | | * | [API](https://www.coinnest.co.kr/doc/intro.html) | South Korea | |![coinone](https://user-images.githubusercontent.com/1294454/38003300-adc12fba-323f-11e8-8525-725f53c4a659.jpg) | coinone | [CoinOne](https://coinone.co.kr) | | 2 | [API](https://doc.coinone.co.kr) | South Korea | |![coinspot](https://user-images.githubusercontent.com/1294454/28208429-3cacdf9a-6896-11e7-854e-4c79a772a30f.jpg) | coinspot | [CoinSpot](https://www.coinspot.com.au) | | * | [API](https://www.coinspot.com.au/api) | Australia | |![cointiger](https://user-images.githubusercontent.com/1294454/39797261-d58df196-5363-11e8-9880-2ec78ec5bd25.jpg) | cointiger | [CoinTiger](https://www.cointiger.pro/exchange/register.html?refCode=FfvDtt) | | 1 | [API](https://github.com/cointiger/api-docs-en/wiki) | China | |![coolcoin](https://user-images.githubusercontent.com/1294454/36770529-be7b1a04-1c5b-11e8-9600-d11f1996b539.jpg) | coolcoin | [CoolCoin](https://www.coolcoin.com) | | * | [API](https://www.coolcoin.com/help.api.html) | Hong Kong | |![coss](https://user-images.githubusercontent.com/1294454/50328158-22e53c00-0503-11e9-825c-c5cfd79bfa74.jpg) | coss | [COSS](https://www.coss.io/c/reg?r=OWCMHQVW2Q) | [![CCXT Certified](https://img.shields.io/badge/CCXT-certified-green.svg)](https://github.com/ccxt/ccxt/wiki/Certification) | 1 | [API](https://api.coss.io/v1/spec) | Singapore, Netherlands | |![crex24](https://user-images.githubusercontent.com/1294454/47813922-6f12cc00-dd5d-11e8-97c6-70f957712d47.jpg) | crex24 | [CREX24](https://crex24.com/?refid=slxsjsjtil8xexl9hksr) | | 2 | [API](https://docs.crex24.com/trade-api/v2) | Estonia | |![crypton](https://user-images.githubusercontent.com/1294454/41334251-905b5a78-6eed-11e8-91b9-f3aa435078a1.jpg) | crypton | [Crypton](https://cryptonbtc.com) | | 1 | [API](https://cryptonbtc.docs.apiary.io/) | EU | |![cryptopia](https://user-images.githubusercontent.com/1294454/29484394-7b4ea6e2-84c6-11e7-83e5-1fccf4b2dc81.jpg) | cryptopia | [Cryptopia](https://www.cryptopia.co.nz/Register?referrer=kroitor) | | * | [API](https://support.cryptopia.co.nz/csm?id=kb_article&sys_id=a75703dcdbb9130084ed147a3a9619bc) | New Zealand | |![deribit](https://user-images.githubusercontent.com/1294454/41933112-9e2dd65a-798b-11e8-8440-5bab2959fcb8.jpg) | deribit | [Deribit](https://www.deribit.com/reg-1189.4038) | | 1 | [API](https://www.deribit.com/pages/docs/api) | Netherlands | |![dsx](https://user-images.githubusercontent.com/1294454/27990275-1413158a-645a-11e7-931c-94717f7510e3.jpg) | dsx | [DSX](https://dsx.uk) | | 2 | [API](https://api.dsx.uk) | UK | |![ethfinex](https://user-images.githubusercontent.com/1294454/37555526-7018a77c-29f9-11e8-8835-8e415c038a18.jpg) | ethfinex | [Ethfinex](https://www.ethfinex.com) | | 1 | [API](https://bitfinex.readme.io/v1/docs) | British Virgin Islands | |![exmo](https://user-images.githubusercontent.com/1294454/27766491-1b0ea956-5eda-11e7-9225-40d67b481b8d.jpg) | exmo | [EXMO](https://exmo.me/?ref=131685) | | 1 | [API](https://exmo.me/en/api_doc?ref=131685) | Spain, Russia | |![exx](https://user-images.githubusercontent.com/1294454/37770292-fbf613d0-2de4-11e8-9f79-f2dc451b8ccb.jpg) | exx | [EXX](https://www.exx.com/r/fde4260159e53ab8a58cc9186d35501f) | | * | [API](https://www.exx.com/help/restApi) | China | |![fcoin](https://user-images.githubusercontent.com/1294454/42244210-c8c42e1e-7f1c-11e8-8710-a5fb63b165c4.jpg) | fcoin | [FCoin](https://www.fcoin.com/i/Z5P7V) | | 2 | [API](https://developer.fcoin.com) | China | |![flowbtc](https://user-images.githubusercontent.com/1294454/28162465-cd815d4c-67cf-11e7-8e57-438bea0523a2.jpg) | flowbtc | [flowBTC](https://trader.flowbtc.com) | | 1 | [API](https://www.flowbtc.com.br/api.html) | Brazil | |![foxbit](https://user-images.githubusercontent.com/1294454/27991413-11b40d42-647f-11e7-91ee-78ced874dd09.jpg) | foxbit | [FoxBit](https://foxbit.exchange) | | 1 | [API](https://blinktrade.com/docs) | Brazil | |![fybse](https://user-images.githubusercontent.com/1294454/27766512-31019772-5edb-11e7-8241-2e675e6797f1.jpg) | fybse | [FYB-SE](https://www.fybse.se) | | * | [API](http://docs.fyb.apiary.io) | Sweden | |![fybsg](https://user-images.githubusercontent.com/1294454/27766513-3364d56a-5edb-11e7-9e6b-d5898bb89c81.jpg) | fybsg | [FYB-SG](https://www.fybsg.com) | | * | [API](http://docs.fyb.apiary.io) | Singapore | |![gatecoin](https://user-images.githubusercontent.com/1294454/28646817-508457f2-726c-11e7-9eeb-3528d2413a58.jpg) | gatecoin | [Gatecoin](https://gatecoin.com) | | * | [API](https://gatecoin.com/api) | Hong Kong | |![gateio](https://user-images.githubusercontent.com/1294454/31784029-0313c702-b509-11e7-9ccc-bc0da6a0e435.jpg) | gateio | [Gate.io](https://www.gate.io/signup/2436035) | | 2 | [API](https://gate.io/api2) | China | |![gdax](https://user-images.githubusercontent.com/1294454/27766527-b1be41c6-5edb-11e7-95f6-5b496c469e2c.jpg) | gdax | [GDAX](https://www.gdax.com) | | * | [API](https://docs.gdax.com) | US | |![gemini](https://user-images.githubusercontent.com/1294454/27816857-ce7be644-6096-11e7-82d6-3c257263229c.jpg) | gemini | [Gemini](https://gemini.com) | | 1 | [API](https://docs.gemini.com/rest-api) | US | |![getbtc](https://user-images.githubusercontent.com/1294454/33801902-03c43462-dd7b-11e7-992e-077e4cd015b9.jpg) | getbtc | [GetBTC](https://getbtc.org) | | * | [API](https://getbtc.org/api-docs.php) | St. Vincent & Grenadines, Russia | |![hadax](https://user-images.githubusercontent.com/1294454/38059952-4756c49e-32f1-11e8-90b9-45c1eccba9cd.jpg) | hadax | [HADAX](https://www.huobi.br.com/en-us/topic/invited/?invite_code=rwrd3) | | 1 | [API](https://github.com/huobiapi/API_Docs/wiki) | China | |![hitbtc](https://user-images.githubusercontent.com/1294454/27766555-8eaec20e-5edc-11e7-9c5b-6dc69fc42f5e.jpg) | hitbtc | [HitBTC](https://hitbtc.com/?ref_id=5a5d39a65d466) | | 1 | [API](https://github.com/hitbtc-com/hitbtc-api/blob/master/APIv1.md) | Hong Kong | |![hitbtc2](https://user-images.githubusercontent.com/1294454/27766555-8eaec20e-5edc-11e7-9c5b-6dc69fc42f5e.jpg) | hitbtc2 | [HitBTC v2](https://hitbtc.com/?ref_id=5a5d39a65d466) | | 2 | [API](https://api.hitbtc.com) | Hong Kong | |![huobipro](https://user-images.githubusercontent.com/1294454/27766569-15aa7b9a-5edd-11e7-9e7f-44791f4ee49c.jpg) | huobipro | [Huobi Pro](https://www.huobi.br.com/en-us/topic/invited/?invite_code=rwrd3) | | 1 | [API](https://github.com/huobiapi/API_Docs/wiki/REST_api_reference) | China | |![ice3x](https://user-images.githubusercontent.com/1294454/38012176-11616c32-3269-11e8-9f05-e65cf885bb15.jpg) | ice3x | [ICE3X](https://ice3x.com?ref=14341802) | | 1 | [API](https://ice3x.co.za/ice-cubed-bitcoin-exchange-api-documentation-1-june-2017) | South Africa | |![independentreserve](https://user-images.githubusercontent.com/1294454/30521662-cf3f477c-9bcb-11e7-89bc-d1ac85012eda.jpg) | independentreserve | [Independent Reserve](https://www.independentreserve.com) | | * | [API](https://www.independentreserve.com/API) | Australia, New Zealand | |![indodax](https://user-images.githubusercontent.com/1294454/37443283-2fddd0e4-281c-11e8-9741-b4f1419001b5.jpg) | indodax | [INDODAX](https://indodax.com/ref/testbitcoincoid/1) | | 1.8 | [API](https://indodax.com/downloads/BITCOINCOID-API-DOCUMENTATION.pdf) | Indonesia | |![itbit](https://user-images.githubusercontent.com/1294454/27822159-66153620-60ad-11e7-89e7-005f6d7f3de0.jpg) | itbit | [itBit](https://www.itbit.com) |