diff --git a/ByBit.Net/Objects/Models/V5/BybitSpotSymbol.cs b/ByBit.Net/Objects/Models/V5/BybitSpotSymbol.cs index 7c0afeeb..c1647d98 100644 --- a/ByBit.Net/Objects/Models/V5/BybitSpotSymbol.cs +++ b/ByBit.Net/Objects/Models/V5/BybitSpotSymbol.cs @@ -52,6 +52,11 @@ public record BybitSpotSymbol /// [JsonProperty("riskParameters")] public BybitPriceLimit? PricePercentageFilter { get; set; } + /// + /// Whether the symbol has the special treatment label + /// + [JsonProperty("stTag")] + public bool SpecialTreatmentLabel { get; set; } } ///