-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Exchange Support
water0126 edited this page Apr 16, 2018
·
143 revisions
Here is a table showing a list of exchanges and where we are in terms of supporting them. Where possible there is a listing to show when we expect to support them in terms of milestones. This page is maintained by the community and may not be 100% accurate, so it's best to look at the code itself to see what is implemented or not.
Symbol | Description |
---|---|
Y | Full support in the current release |
N | No support in place or planned (could be technical difficulty or workload) |
X | No support due to exchange limitations |
Exchange | Type | Market Data | Trading | Account | Notes |
---|---|---|---|---|---|
ANXv2 | BTC, altcoins | Y | Y | Y | |
ANXv3 | BTC, altcoins | N | N | N | |
Binance | BTC, altcoins | Y | Y | Y | |
Atlas ATS | BTC, altcoins | N | N | N | partial implementation only |
Bitbay | Bitcoin, LTC | Y | Y | Y | no unit tests |
bitcoin.de | Bitcoin, LTC | Y | N | N | no unit tests |
Bitcointoyou | Bitcoin, LTC | Y | Y | Y | |
Bitcurex | Bitcoin | Y | N | N | |
Bitfinex | BTC, LTC | Y | Y | Y | missing some demos, unit tests |
BitKonan | Bitcoin | Y | N | N | |
BitMarket | Bitcoin | Y | Y | Y | missing some demos, unit tests |
Bitso | Bitcoin | Y | N | N | |
Bitstamp | Bitcoin | Y | Y | Y | |
Bittrex | Altcoins | Y | Y | Y | |
BitVC | Bitcoin | Y | Y | Y | missing demos, unit tests |
Bleutrade | Bitcoin, altcoins | Y | Y | Y | missing some demos, unit tests |
BTC38 | Bitcoin, altcoins | Y | N | N | Public market data only |
BTCCentral | Bitcoin | Y | N | N | |
BTCChina | BTCCNY, LTCCNY, LTCBTC | Y | Y | Y | |
BTC-E | Bitcoin, altcoins | Y | Y | Y | Exchange is offline |
BTCTrade | Bitcoin, altcoins | Y | Y | Y | |
BTC Turk | Bitcoin, Etherium | Y | N | N | Public market data only |
Bter | Bitcoin, altcoins | Y | Y | Y | |
CampBX | Bitcoin | Y | Y | Y | |
CaVirtex | Bitcoin | Y | N | N | |
C-CEX | Bitcoin, altcoins | Y | N | N | missing unit tests |
cex.io | Bitcoin, altcoins | Y | Y | Y | missing unit tests |
Clevercoin | Bitcoin, altcoins | Y | Y | Y | missing unit tests |
Coinbase | Bitcoin, altcoins | Y | Y | Y | |
Coinfloor | Bitcoin | Y | Y | Y | |
Coinmate | Bitcoin | Y | Y | Y | |
Coinone | Bitcoin, altcoins | Y | N | N | |
Coinsetter | Bitcoin | Y | Y | Y | |
Cointrader | Bitcoin | Y | Y | Y | |
Crypto Facilities | Bitcoin, derivatives | Y | Y | Y | |
Cryptonit | Bitcoin | Y | N | N | |
Cryptopia | Bitcoin, altcoins | Y | N | N | Public market data only |
Cryptsy | Bitcoin, altcoins | Y | Y | Y | Exchange is offline. |
DSX | Bitcoin, LTC | Y | Y | Y | |
EmpoEX | Bitcoin, LTC | Y | Y | Y | |
GateCoin | Bitcoin | Y | Y | Y | |
GDAX | Bitcoin, altcoins | Y | Y | Y | |
HitBTC | Bitcoin, altcoins | Y | Y | Y | |
Huobi | Bitcoin | Y | Y | Y | |
Independent Reserve | Bitcoin | Y | Y | Y | |
itBit | Bitcoin, altcoins | Y | Y | Y | |
Jubi | Bitcoin, altcoins | Y | N | N | |
Koineks | Bitcoin, altcoins | Y | X | X | ticker only |
Kraken | Bitcoin | Y | Y | Y | |
Kucoin | Bitcoin, altcoins | Y | Y | Y | |
LakeBTC | Bitcoin, altcoins | Y | N | N | |
LoyalBit | Bitcoin | Y | Y | Y | |
Mercado Bitcoin | BTC, LTC | Y | Y | Y | |
meXBT | Bitcoin | Y | Y | Y | |
OKCoin | Bitcoin, altcoins | Y | Y | Y | missing demos, unit tests |
Paribu | Bitcoin | Y | X | X | ticker only |
Poloniex | Altcoins | Y | Y | Y | |
Quoine | Bitcoin | Y | Y | Y | |
Ripple | Bitcoin, altcoins | Y | Y | Y | |
Taurus | Bitcoin | Y | Y | Y | |
The Rock | Bitcoin, altcoins | Y | Y | Y | |
Vircurex | Bitcoin, altcoins | Y | Y | Y | missing demos, unit tests |
Yacuna | Bitcoin, altcoins | Y | N | N | Public market data only |
Use library xchange-stream for WebSocket API.
Provider | Type | Implemented? |
---|---|---|
Bitcoin Average | Bitcoin Exchange Marketdata | Y |
Bitcoin Charts | Bitcoin Exchange Rates | Y |
Bitcoinium Web Service | Bitcoin Exchange Marketdata | Y |
Blockchain | Bitcoin BlockChain Info | Y |
Open Exchange Rates | Fiat Exchange Rates | Y |
<title>gfg</title>
<style type=text/css>
p{
background-color:gray;
margin: 10px;
}
div
{
color: white;
background-color: 009900;
margin: 2px;
font-size: 25px;
}
span
{
color: black;
background-color: gray;
margin: 5px;
font-size: 25px;
}
</style>
<div> div tag </div>
<div> div tag </div>
<div> div tag </div>
<div> div tag </div>
<span>span-tag</span>
<span>span-tag</span>
<span>span-tag</span>
<span>span-tag</span>