Releases: JKorf/Kucoin.Net
Kucoin.Net Version 8.14.0
Updated CryptoExchange.Net to version 11.2.2
Fixed user client provider not caching new client when previous client was disposed
Kucoin.Net Version 8.13.0
Updated CryptoExchange.Net to version 11.2.0
Added restClient.UnifiedApi.Account.GetApiKeyInfoAsync endpoint
Added client.UnifiedApi.Account.GetWithdrawalQuotasAsync endpoint
Added client.UnifiedApi.Account.WithdrawAsync endpoint
Added restClient.UnifiedApi.ExchangeData.GetKYCRegionsAsync endpoint
Added client.UnifiedApi.Account.SetCrossMarginLeverageAsync endpoint
Added client.UnifiedApi.Account.GetLeverageAsync endpoint
Added client.UnifiedApi.Account.GetFundingFeeHistoryAsync endpoint
Added multiple symbol overload for UnifiedApi.SubscribeToTickerUpdatesAsync subscription
Added AdlPercentage property to KucoinUaPosition model
Added ClientOrderId property to KucoinUaLiteUserTradeUpdate model
Updated client.UnifiedApi.Trading.CancelSymbolOrdersAsync accountType parameter to UnifiedSimpleAccountType type
Removed deprecated client.SpotApi.ExchangeData.GetLeveragedTokensAsync
Kucoin.Net Version 8.12.0
Added page, pageSize parameters, LiquidationPrice response property to restClient.UnifiedApi.Trading.GetPositionsAsync
Kucoin.Net Version 8.11.0
Updated CryptoExchange.Net to version 11.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Added socketClient.UnifiedApi.SubscribeToLiteUserTradeUpdatesAsync stream
Kucoin.Net Version 8.10.1
Fix issue in credentials copying
Kucoin.Net Version 8.10.0
Updated CryptoExchange.Net to version 11.0.1, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Updated class for supplying API credentials from ApiCredentials to KucoinCredentials
Updated Shared order status parsing to default to Unknown value if not parsable
Kucoin.Net Version 8.9.0
Updated CryptoExchange.Net to version 10.8.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Improved method XML comments
Kucoin.Net Version 8.8.0
Added Account and Trading endpoints to REST client.UnifiedApi
Added UnifiedApi websocket streams to WebSocket client
Added DisableUnifiedProductionWarning REST client option to disable default warning logging when using UnifiedApi trading endpoints
Fixed WebSocket client ratelimiter not set
Kucoin.Net Version 8.7.0
Updated CryptoExchange.Net to version 10.7.0
Added PositionSide parsing to relevant models of FuturesApiShared client
Added additional Http settings to client options
Updated Shared REST interfaces pagination logic
Updated HttpClient registration, fixing issue of DNS changes not getting processed
Fixed UserClientProvider using unconfigured HttpClient
Kucoin.Net Version 8.6.0
Updated CryptoExchange.Net to version 10.6.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes