mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-24 23:16:52 +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:
@@ -1,14 +0,0 @@
|
||||
{{define "exchanges alphapoint" -}}
|
||||
{{template "header" .}}
|
||||
## Alphapoint Exchange
|
||||
|
||||
+ Please visit [Alphapoint](https://www.alphapoint.com/) for more info.
|
||||
|
||||
### How to enable
|
||||
|
||||
+ Not currently configurable
|
||||
|
||||
### Please click GoDocs chevron above to view current GoDoc information for this package
|
||||
{{template "contributions"}}
|
||||
{{template "donations" .}}
|
||||
{{end}}
|
||||
@@ -41,7 +41,6 @@ _b in this context is an `IBotExchange` implemented struct_
|
||||
|
||||
| Exchange | Recent Trades via REST | Live trade updates via Websocket | Trade history via REST |
|
||||
|----------|------|-----------|-----|
|
||||
| Alphapoint | No | No | No |
|
||||
| Binance.US | Yes | Yes | NA |
|
||||
| Binance| Yes | Yes | Yes |
|
||||
| Bitfinex | Yes | Yes | Yes |
|
||||
|
||||
@@ -19,7 +19,6 @@ Join our slack to discuss all things related to GoCryptoTrader! [GoCryptoTrader
|
||||
|
||||
| Exchange | REST API | Streaming API | FIX API |
|
||||
|----------|------|-----------|-----|
|
||||
| Alphapoint | Yes | Yes | NA |
|
||||
| Binance.US| Yes | Yes | NA |
|
||||
| Binance| Yes | Yes | NA |
|
||||
| Bitfinex | Yes | Yes | NA |
|
||||
|
||||
@@ -607,7 +607,6 @@ var unsupportedAssets = []asset.Item{
|
||||
|
||||
var unsupportedExchangeNames = []string{
|
||||
"testexch",
|
||||
"alphapoint",
|
||||
"bitflyer", // Bitflyer has many "ErrNotYetImplemented, which is true, but not what we care to test for here
|
||||
"btse", // TODO rm once timeout issues resolved
|
||||
"poloniex", // outdated API // TODO rm once updated
|
||||
|
||||
Reference in New Issue
Block a user