File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/ExchangeSharp/API/Exchanges/OKGroup Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- /*
1+ /*
22MIT LICENSE
33
44Copyright 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
You can’t perform that action at this time.
0 commit comments