Skip to content

Version 6.1.0

Compare
Choose a tag to compare
@JKorf JKorf released this 27 Sep 09:47
· 37 commits to master since this release
  • 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 UsdtFuturesApi Rest and Socket clients
  • Added QuoteQuantity property to HTXOrderUpdate model
  • Updated from parameter type from int? to long? on SpotApi.Account.GetWithdrawalDepositHistoryAsync
  • Updated Status property type from string to SymbolStatus on HTXSymbolConfig model
  • Updated OrderSide property type from string to OrderSide on HTXUsdtMarginSwapOrderUpdate
  • Updated Sourcelink package version
  • Fixed UsdtFuturesApi.Account.SetIsolatedMarginPositionModeAsync, SetCrossmarginPositionModeAsync, GetIsolatedMarginPositionModeAsync and GetCrossMarginPositionMode response deserialization
  • Marked ISpotClient references as deprecated