Skip to content

Commit

Permalink
Added websocket stream URI for Turkey users
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Oct 21, 2024
1 parent 24d4caa commit 287cf48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ByBit.Net/Objects/BybitApiAddresses.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class BybitApiAddresses
public static BybitApiAddresses Turkey = new BybitApiAddresses
{
RestBaseAddress = "https://api.bybit-tr.com",
SocketBaseAddress = "wss://stream.bybit.com" // As per Telegram support, normal address should be used for websockets
SocketBaseAddress = "wss://stream.bybit-tr.com"
};

/// <summary>
Expand Down

0 comments on commit 287cf48

Please sign in to comment.