diff --git a/docs/index.html b/docs/index.html index f9646e6..6585d9a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1873,7 +1873,7 @@ var balances1 = await restClient.HTX.SpotApi.SharedClient.GetBalancesAsync(new G var exchangeParameters = new ExchangeParameters(new ExchangeParameter("HTX", "AccountId", 456456456)); var balances = await restClient.HTX.SpotApi.SharedClient.GetBalancesAsync(new GetBalancesRequest(exchangeParameters: exchangeParameters)); -

To determine which parameters are required for an exchange request either inspect the ArgmumentError when the call fails, or output the request inf:

+

To determine which parameters are required for an exchange request either inspect the ArgmumentError when the call fails, or output the request info:

Console.WriteLine(restClient.HTX.SpotApi.SharedClient.GetBalancesOptions.ToString(Exchange.HTX));
 // Output:
 // HTX GetBalancesRequest