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 7a7aadc commit 6992680Copy full SHA for 6992680
src/ExchangeSharp/API/Exchanges/BinanceGroup/ExchangeBinanceAPI.cs
@@ -18,6 +18,11 @@ public sealed class ExchangeBinanceAPI : BinanceGroupCommon
18
{
19
public override string BaseUrl { get; set; } = "https://api.binance.com";
20
public override string BaseUrlWebSocket { get; set; } = "wss://stream.binance.com:9443";
21
+
22
+ private ExchangeBinanceAPI()
23
+ {
24
+ MarketSymbolIsUppercase = true;
25
+ }
26
}
27
28
public partial class ExchangeName { public const string Binance = "Binance"; }
0 commit comments