-
Notifications
You must be signed in to change notification settings - Fork 2k
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 | Replace / Modify order | another feature ... |
|---|---|---|
| ANXv2 | ✔️ (replace) | |
| Binance | ❌ | |
| Bitbay | ❌ | |
| Bitcointoyou | ? | |
| Bitfinex | ✔️ (replace) | |
| BitMarket | ❌ (only mod. margin rate) | |
| Bitmex | ✔️ (modify) | |
| Bitstamp | ❌ | |
| Bittrex | ❌ | |
| BitVC | ? | |
| Bleutrade | ? | |
| BTCChina | ? | |
| BTC-E | ? | |
| BTCTrade | ? | |
| Bter | ? | |
| CampBX | ? | |
| cex.io | ✔️ (replace) | |
| Clevercoin | ? | |
| Coinbase | ? | |
| Coindirect | ? | |
| Coinfloor | ? | |
| Coinhood | ✔️ (modify) | |
| Coinmate | ? | |
| Coinone | ? | |
| Coinsetter | ? | |
| Cointrader | ? | |
| Coingi | ? | |
| Coinroom | ❌ | |
| Crypto Facilities | ? | |
| Cryptsy | ? | |
| DSX | ? | |
| EmpoEX | ? | |
| GateCoin | ? | |
| GDAX | ❌ | |
| HitBTC | ? | |
| Huobi | ? | |
| Independent Reserve | ? | |
| itBit | ? | |
| Kraken | ❌ | |
| Kucoin | ? | |
| LoyalBit | ? | |
| Mercado Bitcoin | ? | |
| meXBT | ? | |
| OKCoin | ? | |
| Poloniex | ✔️ (replace) | |
| Quoine | ✔️ (modify) | |
| Ripple | ? | |
| Taurus | ? | |
| The Rock | ? | |
| Vircurex | ? |
<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>