Skip to content

Commit

Permalink
pkg/exchange: update okx url
Browse files Browse the repository at this point in the history
  • Loading branch information
bailantaotao committed Mar 18, 2024
1 parent cbf957c commit 98d565c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/exchange/okex/okexapi/client.go
Expand Up @@ -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
Expand Down

0 comments on commit 98d565c

Please sign in to comment.