1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-07-15 22:15:58 +00:00

Fixed typo

This commit is contained in:
Jkorf 2024-09-27 15:15:09 +02:00
parent 7a3927ef49
commit 17ffec329f

@ -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));</code></pre>
<p>To determine which parameters are required for an exchange request either inspect the ArgmumentError when the call fails, or output the request inf:</p>
<p>To determine which parameters are required for an exchange request either inspect the ArgmumentError when the call fails, or output the request info:</p>
<pre><code>Console.WriteLine(restClient.HTX.SpotApi.SharedClient.GetBalancesOptions.ToString(Exchange.HTX));
// Output:
// HTX GetBalancesRequest