mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 15:09:42 +00:00
exchanges: Remove LocalBitcoins and fix Bybit tests (#1142)
This commit is contained in:
@@ -216,7 +216,6 @@ Yes means supported, No means not yet implemented and NA means protocol unsuppor
|
||||
| ItBit | Yes | NA | No |
|
||||
| Kraken | Yes | Yes | NA |
|
||||
| Lbank | Yes | No | NA |
|
||||
| LocalBitcoins | Yes | NA | NA |
|
||||
| OKCoin International | Yes | Yes | No |
|
||||
| Okx | Yes | Yes | NA |
|
||||
| Poloniex | Yes | Yes | NA |
|
||||
@@ -247,7 +246,6 @@ var Exchanges = []string{
|
||||
"itbit",
|
||||
"kraken",
|
||||
"lbank",
|
||||
"localbitcoins",
|
||||
"okcoin international",
|
||||
"okx",
|
||||
"poloniex",
|
||||
|
||||
@@ -64,7 +64,6 @@ $ ./gctcli withdrawcryptofunds --exchange=binance --currency=USDT --address=TJU9
|
||||
| ItBit | No | No | |
|
||||
| Kraken | Yes | Yes | Front-end and API don't match total available transfer chains |
|
||||
| Lbank | No | No | |
|
||||
| LocalBitcoins | No | No | Supports BTC only |
|
||||
| OKCoin International | No | No | Requires API update to version 5 |
|
||||
| Okx | Yes | Yes | |
|
||||
| Poloniex | Yes | Yes | |
|
||||
|
||||
@@ -85,8 +85,7 @@ A helper tool [cmd/dbseed](../cmd/dbseed/README.md) has been created for assisti
|
||||
| Huobi | Y |
|
||||
| itBIT | |
|
||||
| Kraken | Y |
|
||||
| lBank | Y |
|
||||
| Localbitcoins | |
|
||||
| lBank | Y |
|
||||
| Okcoin | Y |
|
||||
| Okx | Y |
|
||||
| Poloniex | Y |
|
||||
|
||||
Reference in New Issue
Block a user