mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-21 15:10:12 +00:00
Alphapoint: Remove exchange implementation (#1956)
* Initial plan * Initial analysis: Plan to remove Alphapoint exchange implementation Co-authored-by: thrasher- <4685270+thrasher-@users.noreply.github.com> * Remove Alphapoint exchange implementation and all references Co-authored-by: thrasher- <4685270+thrasher-@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: thrasher- <4685270+thrasher-@users.noreply.github.com>
This commit is contained in:
@@ -132,7 +132,6 @@ Yes means supported, No means not yet implemented and NA means protocol unsuppor
|
||||
```go
|
||||
| Exchange | REST API | Streaming API | FIX API |
|
||||
|----------|------|-----------|-----|
|
||||
| Alphapoint | Yes | Yes | NA |
|
||||
| Binance| Yes | Yes | NA | // <-------- new exchange
|
||||
| Bitfinex | Yes | Yes | NA |
|
||||
| Bitflyer | Yes | No | NA |
|
||||
|
||||
@@ -42,7 +42,6 @@ $ ./gctcli withdrawcryptofunds --exchange=binance --currency=USDT --address=TJU9
|
||||
|
||||
| Exchange | Deposits | Withdrawals | Notes|
|
||||
|----------|----------|-------------|------|
|
||||
| Alphapoint | No | No | |
|
||||
| Binance.US | Yes | Yes | |
|
||||
| Binance | Yes | Yes | |
|
||||
| Bitfinex | Yes | Yes | Only supports USDT |
|
||||
|
||||
Reference in New Issue
Block a user