-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Generic feature candidates
Adam Walczak edited this page Sep 27, 2018
·
7 revisions
In this section we list features that are candidates to be added to our generic interfaces / DTOs. Features that are not common among most of exchanges should stawy in *ServiceRaw classes and exchange specific DTOs.
Exchange | Modify order | Replace order |
---|---|---|
ANXv2 | ? | ? |
Binance | ? | ? |
Bitbay | ? | ? |
Bitcointoyou | ? | ? |
Bitfinex | ? | ? |
BitMarket | ? | ? |
Bitstamp | ? | ? |
Bittrex | ? | ? |
BitVC | ? | ? |
Bleutrade | ? | ? |
BTCChina | ? | ? |
BTC-E | ? | ? |
BTCTrade | ? | ? |
Bter | ? | ? |
CampBX | ? | ? |
cex.io | ❌ | ✔️ |
Clevercoin | ? | ? |
Coinbase | ? | ? |
Coindirect | ? | ? |
Coinfloor | ? | ? |
Coinmate | ? | ? |
Coinone | ? | ? |
Coinsetter | ? | ? |
Cointrader | ? | ? |
Coingi | ? | ? |
Crypto Facilities | ? | ? |
Cryptsy | ? | ? |
DSX | ? | ? |
EmpoEX | ? | ? |
GateCoin | ? | ? |
GDAX | ? | ? |
HitBTC | ? | ? |
Huobi | ? | ? |
Independent Reserve | ? | ? |
itBit | ? | ? |
Kraken | ? | ? |
Kucoin | ? | ? |
LoyalBit | ? | ? |
Mercado Bitcoin | ? | ? |
meXBT | ? | ? |
OKCoin | ? | ? |
Poloniex | ? | ? |
Quoine | ? | ? |
Ripple | ? | ? |
Taurus | ? | ? |
The Rock | ? | ? |
Vircurex | ? | ? |
Bitmex | ✔️ | ❌ |
<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>