Files
gocryptotrader/exchanges/support.go
2019-06-04 12:25:40 +10:00

33 lines
424 B
Go

package exchange
// Exchanges stores a list of supported exchanges
var Exchanges = []string{
"anx",
"binance",
"bitfinex",
"bitflyer",
"bithumb",
"bitmex",
"bitstamp",
"bittrex",
"btc markets",
"btse",
"coinbasepro",
"coinut",
"exmo",
"gateio",
"gemini",
"hitbtc",
"huobi",
"huobihadax",
"itbit",
"kraken",
"lakebtc",
"localbitcoins",
"okcoin international",
"okex",
"poloniex",
"yobit",
"zb",
}