mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 01:01:56 +00:00
Merge pull request #1591 from c9s/edwin/okx/update-endpoint
FIX: [okx] update okx url
This commit is contained in:
commit
22221a8ba9
|
@ -19,9 +19,9 @@ import (
|
|||
)
|
||||
|
||||
const defaultHTTPTimeout = time.Second * 15
|
||||
const RestBaseURL = "https://www.okex.com/"
|
||||
const PublicWebSocketURL = "wss://ws.okex.com:8443/ws/v5/public"
|
||||
const PrivateWebSocketURL = "wss://ws.okex.com:8443/ws/v5/private"
|
||||
const RestBaseURL = "https://aws.okx.com/"
|
||||
const PublicWebSocketURL = "wss://wsaws.okx.com:8443/ws/v5/public"
|
||||
const PrivateWebSocketURL = "wss://wsaws.okx.com:8443/ws/v5/private"
|
||||
const PublicBusinessWebSocketURL = "wss://wsaws.okx.com:8443/ws/v5/business"
|
||||
|
||||
type SideType string
|
||||
|
|
Loading…
Reference in New Issue
Block a user