mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-14 07:26:47 +00:00
Bugfix: Fixes OKCoin websocket port (#475)
This commit is contained in:
@@ -13,7 +13,7 @@ const (
|
||||
okCoinAPIURL = "https://www.okcoin.com/" + okCoinAPIPath
|
||||
okCoinAPIVersion = "/v3/"
|
||||
okCoinExchangeName = "OKCOIN International"
|
||||
okCoinWebsocketURL = "wss://real.okcoin.com:10442/ws/v3"
|
||||
okCoinWebsocketURL = "wss://real.okcoin.com:8443/ws/v3"
|
||||
)
|
||||
|
||||
// OKCoin bases all methods off okgroup implementation
|
||||
|
||||
Reference in New Issue
Block a user