Skip to content

Releases: JKorf/Kucoin.Net

Version 5.23.3

08 Jan 08:24
Compare
Choose a tag to compare
  • Updated Spot Shared IBalanceRestClient GetBalancesAsync implementation to only filter account types if there are both Trade and SpotHf being returned

Version 5.23.2

07 Jan 13:48
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net version
  • Added Type property to KucoinExchange class

Version 5.23.1

27 Dec 14:27
Compare
Choose a tag to compare
  • Fixed incorrect caching of passphrase with multiple credentials

Version 5.23.0

23 Dec 15:13
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to version 8.5.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
  • Added SetOptions methods on Rest and Socket clients
  • Added setting of DefaultProxyCredentials to CredentialCache.DefaultCredentials on the DI http client
  • Added TradeType property to socketClient.FuturesApi.SubscribeToOrderUpdatesAsync update
  • Improved websocket disconnect detection
  • Updated SpotApi MaxSocketConnections from 150 to 500
  • Updated restClient.FuturesApi.Trading.CancelAllOrdersAsync from V1 to V3

Version 5.22.0

03 Dec 10:37
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to version 8.4.3, see https://github.com/JKorf/CryptoExchange.Net/releases/
  • Added restClient.SpotApi.SubAccount.EnableMarginPermissionsAsync and EnableFuturesPermissionsAsync endpoints
  • Added symbol parameter to restClient.FuturesApi.Trading.CancelMultipleOrdersAsync endpoint
  • Added tradeTypes parameter to restClient.FuturesApi.Trading.GetUserTradesAsync endpoint
  • Fixed orderbook creation via KucoinOrderBookFactory

Version 5.21.0

28 Nov 13:59
Compare
Choose a tag to compare

Version 5.20.0

25 Nov 12:56
Compare
Choose a tag to compare
  • Added Option enum values for account types
  • Added quantityInBaseAsset and quantityInQuoteAsset to futures orders endpoints
  • Updated websocket connections limit from 50 to 150 for spot
  • Updated some futures response models

Version 5.19.0

19 Nov 12:59
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to version 8.3.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.3.0
  • Added support for loading client settings from IConfiguration
  • Added DI registration method for configuring Rest and Socket options at the same time
  • Added DisplayName and ImageUrl properties to KucoinExchange class
  • Updated client constructors to accept IOptions from DI
  • Removed redundant KucoinSocketClient constructor

Version 5.18.0

06 Nov 14:07
Compare
Choose a tag to compare

Version 5.17.1

04 Nov 09:21
Compare
Choose a tag to compare
  • Added restClient.SpotApi.Account.GetApiKeyInfoAsync endpoint