diff --git a/CryptoExchange.Net/SharedApis/SharedSymbol.cs b/CryptoExchange.Net/SharedApis/SharedSymbol.cs
index 92c0e3c..f71ccb8 100644
--- a/CryptoExchange.Net/SharedApis/SharedSymbol.cs
+++ b/CryptoExchange.Net/SharedApis/SharedSymbol.cs
@@ -33,6 +33,11 @@ namespace CryptoExchange.Net.SharedApis
///
public DateTime? DeliverTime { get; set; }
+ ///
+ /// Use this constant to dynamically select a USD or USD equivalent asset (stable coin) supported on the exchange
+ ///
+ public const string UsdOrStable = "CE-UsdStable";
+
///
/// Create a new SharedSymbol
///