mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 15:09:42 +00:00
exchanges: Remove FTX implementation and fix minor test issues (#1100)
* exchanges: Start removal of FTX * Get tests happy again * okx: improve logic and add basic coverage * Fix linterino * Round 2 plus rm useless assignment in test * Fix exchange_wrapper_issues test error * Fix nitters * Address nitters
This commit is contained in:
@@ -9,7 +9,7 @@ A simple demonstration using `gctcli` is as follows:
|
||||
## Obtaining a list of supported transfer chains
|
||||
|
||||
```sh
|
||||
$ ./gctcli getavailabletransferchains --exchange=ftx --cryptocurrency=usdt
|
||||
$ ./gctcli getavailabletransferchains --exchange=binance --cryptocurrency=usdt
|
||||
{
|
||||
"chains": [
|
||||
"erc20",
|
||||
@@ -23,7 +23,7 @@ $ ./gctcli getavailabletransferchains --exchange=ftx --cryptocurrency=usdt
|
||||
## Obtaining a deposit address based on a specific cryptocurrency and chain
|
||||
|
||||
```sh
|
||||
$ ./gctcli getcryptocurrencydepositaddress --exchange=ftx --cryptocurrency=usdt --chain=sol
|
||||
$ ./gctcli getcryptocurrencydepositaddress --exchange=binance --cryptocurrency=usdt --chain=sol
|
||||
{
|
||||
"address": "GW3oT9JpFyTkCWPnt6Yw9ugppSQwDv4ZMG1vabC8WmHS"
|
||||
}
|
||||
@@ -32,7 +32,7 @@ $ ./gctcli getcryptocurrencydepositaddress --exchange=ftx --cryptocurrency=usdt
|
||||
## Withdrawing
|
||||
|
||||
```sh
|
||||
$ ./gctcli withdrawcryptofunds --exchange=ftx --currency=USDT --address=TJU9piX2WA8WTvxVKMqpvTzZGhvXQAZKSY --amount=10 --chain=trx
|
||||
$ ./gctcli withdrawcryptofunds --exchange=binance --currency=USDT --address=TJU9piX2WA8WTvxVKMqpvTzZGhvXQAZKSY --amount=10 --chain=trx
|
||||
{
|
||||
"id": "01234567-0000-0000-0000-000000000000",
|
||||
}
|
||||
@@ -57,7 +57,6 @@ $ ./gctcli withdrawcryptofunds --exchange=ftx --currency=USDT --address=TJU9piX2
|
||||
| CoinbasePro | No | No | No|
|
||||
| COINUT | No | No | NA |
|
||||
| Exmo | Yes | Yes | Addresses must be created via their website first |
|
||||
| FTX | Yes | Yes | |
|
||||
| GateIO | Yes | Yes | |
|
||||
| Gemini | No | No | |
|
||||
| HitBTC | No | No | |
|
||||
|
||||
@@ -83,7 +83,6 @@ A helper tool [cmd/dbseed](../cmd/dbseed/README.md) has been created for assisti
|
||||
| Gemini | |
|
||||
| HitBTC | Y |
|
||||
| Huobi | Y |
|
||||
| FTX | Y |
|
||||
| itBIT | |
|
||||
| Kraken | Y |
|
||||
| lBank | Y |
|
||||
|
||||
Reference in New Issue
Block a user