Skip to content

Commit 2456a21

Browse files
authored
update websocket URL for ZB.com (#720)
1 parent d277733 commit 2456a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ExchangeSharp/API/Exchanges/ZBcom/ExchangeZBcomAPI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace ExchangeSharp
2222
public sealed partial class ExchangeZBcomAPI : ExchangeAPI
2323
{
2424
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";
25+
public override string BaseUrlWebSocket { get; set; } = "wss://api.zb.bike/websocket";
2626

2727
private ExchangeZBcomAPI()
2828
{

0 commit comments

Comments
 (0)