Supported exchanges #
Gekko is able to directly communicate with the APIs of a number of exchanges. However communication with some exchanges is somewhat limited. Gekko makes the distinction between the following features:
- Monitoring: Gekko is able to retrieve live market data from the exchange. Gekko can store and run trading simulations over this data.
- Live Trading: Gekko is able to automatically execute orders (based on the signals of your strategy). This turns Gekko into a trading bot.
- Importing: Gekko is able to retrieve historical market data. This way you can easily get a month of market data over which you can backtest your strategy.
| Exchange | Monitoring | Live Trading | Importing | Notes |
|---|---|---|---|---|
| Binance | ✓ | ✓ | ✓ | |
| Poloniex | ✓ | ✓ | ✓ | |
| GDAX | ✓ | ✓ | ✓ | |
| BTCC* | ✓ | ✓ | ✓ | (=BTCChina) |
| Bitstamp* | ✓ | ✓ | ✕ | |
| Kraken | ✓ | ✓ | ✓ | |
| Bitfinex | ✓ | ✓ | ✓ | |
| Bittrex | ✓ | ✕ | ✕ | API problems (#2310) |
| coinfalcon | ✓ | ✓ | ✓ | |
| EXMO | ✓ | ✓ | ✕ | |
| wex.nz* | ✓ | ✓ | ✕ | |
| Gemini* | ✓ | ✓ | ✕ | |
| Okcoin.cn* | ✓ | ✓ | ✕ | China, see #352 |
| Cex.io* | ✓ | ✕ | ✕ | |
| BTC Markets* | ✓ | ✓ | ✕ | |
| Luno | ✓ | ✓ | ✓ | previously BitX |
| lakeBTC* | ✓ | ✕ | ✕ | |
| meXBT* | ✓ | ✕ | ✕ | see here |
| zaif* | ✓ | ✕ | ✕ | |
| lakeBTC* | ✓ | ✕ | ✕ | |
| bx.in.th* | ✓ | ✕ | ✕ | |
| bitcoin.co.id* | ✓ | ✓ | ✕ | |
| Quadriga CX* | ✓ | ✓ | ✕ |
*Temporary disabled since 0.6! If you were planning on using this exchange please e-mail me (address at the bottom of this page).
