We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d277733 commit 2456a21Copy full SHA for 2456a21
src/ExchangeSharp/API/Exchanges/ZBcom/ExchangeZBcomAPI.cs
@@ -22,7 +22,7 @@ namespace ExchangeSharp
22
public sealed partial class ExchangeZBcomAPI : ExchangeAPI
23
{
24
public override string BaseUrl { get; set; } = "http://api.zb.com/data/v1";
25
- public override string BaseUrlWebSocket { get; set; } = "wss://api.zb.com:9999/websocket";
+ public override string BaseUrlWebSocket { get; set; } = "wss://api.zb.bike/websocket";
26
27
private ExchangeZBcomAPI()
28
0 commit comments