Closed hftcryptobot closed 1 year ago
Also, I tried to create a request to create an HFT account. The result is OK, but there are no account in the final list of all accounts.
`
var result= await KuCoinclient.SpotApi.Account.CreateAccountAsync(AccountType.HighFrequency,"USDT", new CancellationToken()); var accounts = await KuCoinclient.SpotApi.Account.GetAccountsAsync(null, accountType: AccountType.HighFrequency, new CancellationToken()); var accounts2 = await KuCoinclient.SpotApi.Account.GetAccountsAsync();`
The latest version has some basic endpoints (under the ProAccount api in the client) but the full API is not yet implemented
https://docs.kucoin.com/spot-hf/#quick-start