Skip to content

Releases: JKorf/Kucoin.Net

Version 5.16.0

18 Oct 12:18
Compare
Choose a tag to compare
  • 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

14 Oct 16:41
Compare
Choose a tag to compare

Version 5.15.0

08 Oct 11:59
Compare
Choose a tag to compare
  • 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

27 Sep 09:49
Compare
Choose a tag to compare
  • 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

11 Sep 13:27
Compare
Choose a tag to compare
  • Added SpotApi.ExchangeData.GetSymbolAsync endpoint

Version 5.13.1

28 Aug 17:31
Compare
Choose a tag to compare

Version 5.13.0

21 Aug 20:16
Compare
Choose a tag to compare
  • Added sub account endpoints under SpotApi.SubAccount.*
  • Moved SpotApi.Account.GetSubUserInfoAsync to new SubAccount topic

Version 5.12.0

19 Aug 17:47
Compare
Choose a tag to compare
  • Added FuturesApi.SubscribeToKlineUpdatesAsync subscription
  • Added FuturesApi.ExchangeData.GetTickersAsync endpoint
  • Added FuturesApi.Trading.GetMaxOpenPositionSizeAsync endpoint
  • Added migration endpoints SpotApi.Account.GetHfMigrationStatusAsync and MigrateHfAccountAsync

Version 5.11.0

07 Aug 19:14
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to version 7.11.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.11.0
  • Updated XML code comments
  • Add caching for passphrase authentication sign
  • Renamed SpotApi.SubscribeToBestOfferUpdatesAsync to SubscribeToBookTickerUpdatesAsync
  • Fixed KucoinOrder and KucoinUserTrade model Stop property being nullable Enum

Version 5.10.0

27 Jul 13:24
Compare
Choose a tag to compare