diff --git a/docs/index.html b/docs/index.html index 98c6c96..4f8bf3d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1184,7 +1184,7 @@

All clients work with the same principles:

@@ -2201,10 +2201,10 @@ var spotSharedRestClients = whitebitRestClient.V4Api.SharedClient; var spotSharedSocketClient = whitebitSocketClient.V4Api.SharedClient;
-
Spot API common functionality rest client
+
// Spot API common functionality rest client
 var spotSharedRestClients = xtRestClient.SpotApi.SharedClient;
 
-Futures API common functionality rest client
+// Futures API common functionality rest client
 var futuresSharedRestClients = xtRestClient.UsdtFuturesApi.SharedClient;
 
 // Spot API common functionality socket client
@@ -4661,7 +4661,7 @@ var binanceClient = new BinanceRestClient(new HttpClient(), logFactory, options
 
 
-
+
services.AddXT(x =>
     x.RatelimiterEnabled = true;
     x.RateLimitingBehaviour = RateLimitingBehaviour.Wait;
@@ -5119,7 +5119,7 @@ var result = await htxClient.SpotApi.Account.GetBalancesAsync();
await whitebitClient.V4Api.Account.GetSpotBalancesAsync();
-
+
await xtClient.SpotApi.Account.GetBalancesAsync();
@@ -5679,7 +5679,7 @@ await xtSocketClient.SpotApi.SubscribeToBalanceUpdatesAsync(listenKey.Data, data }); // The listen key will stay valid for 48 hours, after this no updates will be send anymore -// To extend the life time of the listen key it is recommended to call the KeepAliveUserStreamAsync method at a set interval +// To extend the life time of the token it is recommended to call the GetWebsocketTokenAsync method at a set interval which will extend the lifetime _ = Task.Run(async () => { while (true) {