Releases: JKorf/Kucoin.Net
Releases · JKorf/Kucoin.Net
Version 5.18.0
- Updated CryptoExchange.Net to version 8.2.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.2.0
Version 5.17.1
- Added restClient.SpotApi.Account.GetApiKeyInfoAsync endpoint
Version 5.17.0
- Updated CryptoExchange.Net to version 8.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.1.0
- Moved FormatSymbol to KucoinExchange class
- Added support Side setting on SharedTrade model
- Added KucoinTrackerFactory for creating trackers
- Added overload to Create method on KucoinOrderBookFactory support SharedSymbol parameter
Version 5.16.0
- Added restClient.FuturesApi.Trading.CancelMultipleOrdersAsync endpoint
- Added restClient.SpotApi.Account.GetIsHfAccountAsync endpoint
- Added restClient.SpotApi.ExchangeData.GetAnnouncementsAsync endpoint
- Added AveragePrice to Futures order response model
- Added AveragePrice setting to Shared IFuturesOrderRestClient responses
- Updated restClient.SpotApi.Account.WithdrawAsync to V3 endpoint
- Updated KucoinAssetNetwork response model
- Fixed CancelAfter parameter type for restClient.SpotApi.Trading.PlaceBulkOrderAsync endpoint
- Fixed Shared IBalanceRestClient implementation to only return spot balances
Version 5.15.1
- Updated CryptoExchange.Net to version 8.0.3, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.0.3
- Fixed TypeLoadException during initialization
- Fixed restClient.SpotApi.Margin.BorrowAsync timeInForce parameter
Version 5.15.0
- Added FuturesApi.Account.GetMarginModeAsync endpoint
- Added FuturesApi.Account.SetMarginModeAsync endpoint
- Added FuturesApi.Account.GetCrossMarginLeverageAsync endpoint
- Added FuturesApi.Account.SetCrossMarginLeverageAsync endpoint
- Added marginMode parameter to FuturesApi.Trading.PlaceOrderAsync and PlaceMultipleOrdersAsync endpoints
- Added onWalletUpdate update handler to FuturesApi.SubscribeToBalanceUpdatesAsync stream
- Added FuturesApi.SubscribeToMarginModeUpdatesAsync stream
- Added FuturesApi.SubscribeToCrossMarginLeverageUpdatesAsync stream
- Updated various order and trade response/update models with margin mode properties
- Update position models with MarginMode, PositionSide, Leverage and PositionFunding properties
- Fixed cancellation token not getting passed in shared ticker subscriptions
Version 5.14.0
- Updated CryptoExchange.Net to version 8.0.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.0.0
- Added Shared client interfaces implementation for Spot and FuturesApi Rest and Socket clients
- Added QuoteQuantityRemaining property on KucoinStreamOrderUpdate model
- Updated Status property type from string to OrderStatus on KucoinFuturesOrder model
- Updated FuturesKlineInterval Enum values to match number of seconds
- Updated Sourcelink package version
- Fixed various endpoints returning null instead of empty collection in SpotApi.HfTrading
- Fixed futures kline deserialization issue
- Marked ISpotClient and IFuturesClient references as deprecated
Version 5.13.2
- Added SpotApi.ExchangeData.GetSymbolAsync endpoint
Version 5.13.1
- Updated CryptoExchange.Net to version 7.11.2, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.11.2
- Added FuturesApi.Trading.PlaceTpSlOrderAsync endpoint, added ClientOrderId property to futures order placement response
Version 5.13.0
- Added sub account endpoints under SpotApi.SubAccount.*
- Moved SpotApi.Account.GetSubUserInfoAsync to new SubAccount topic