Skip to content

Commit 8e2a808

Browse files
authored
OKex: fix websockets endpoint (#523)
1 parent e33df70 commit 8e2a808

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ExchangeSharp/API/Exchanges/OKGroup/ExchangeOKExAPI.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*
22
MIT LICENSE
33
44
Copyright 2017 Digital Ruby, LLC - http://www.digitalruby.com
@@ -19,7 +19,7 @@ public sealed partial class ExchangeOKExAPI : OKGroupCommon
1919
public override string BaseUrl { get; set; } = "https://www.okex.com/api/v1";
2020
public override string BaseUrlV2 { get; set; } = "https://www.okex.com/v2/spot";
2121
public override string BaseUrlV3 { get; set; } = "https://www.okex.com/api";
22-
public override string BaseUrlWebSocket { get; set; } = "wss://real.okex.com:10442/ws/v3";
22+
public override string BaseUrlWebSocket { get; set; } = "wss://real.okex.com:8443/ws/v3";
2323
protected override bool IsFuturesAndSwapEnabled { get; } = true;
2424
}
2525

0 commit comments

Comments
 (0)