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:
CallResult
. This result can and should be checked for success using the `Success` property. If `Success` is false the `Error` property will have more info.CallResult
. This result can and should be checked for success using the Success
property. If Success
is false the Error
property will have more info.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();