From f2a581c8675312907628d5263cad1b289dc40a59 Mon Sep 17 00:00:00 2001 From: Victor Lee Date: Fri, 28 Jan 2022 14:41:58 -0800 Subject: [PATCH] update websocket URL for ZB.com --- src/ExchangeSharp/API/Exchanges/ZBcom/ExchangeZBcomAPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ExchangeSharp/API/Exchanges/ZBcom/ExchangeZBcomAPI.cs b/src/ExchangeSharp/API/Exchanges/ZBcom/ExchangeZBcomAPI.cs index fa2f9e0b..35d06959 100644 --- a/src/ExchangeSharp/API/Exchanges/ZBcom/ExchangeZBcomAPI.cs +++ b/src/ExchangeSharp/API/Exchanges/ZBcom/ExchangeZBcomAPI.cs @@ -22,7 +22,7 @@ namespace ExchangeSharp public sealed partial class ExchangeZBcomAPI : ExchangeAPI { public override string BaseUrl { get; set; } = "http://api.zb.com/data/v1"; - public override string BaseUrlWebSocket { get; set; } = "wss://api.zb.com:9999/websocket"; + public override string BaseUrlWebSocket { get; set; } = "wss://api.zb.bike/websocket"; private ExchangeZBcomAPI() {