Skip to content

Version 7.7.0

Compare
Choose a tag to compare
@JKorf JKorf released this 27 Sep 09:45
· 13 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 Futures Rest and Socket clients
  • Added memo parameter to SpotApi.Account.WithdrawAsync
  • Added Role property to CoinExUserTrade model
  • Updated Sourcelink package version
  • Updated QuantityPrecision and PricePrecision property types from decimal to int on CoinExFuturesSymbol
  • Fixed Quantity property type from long to decimal in CoinExDeposit model
  • Fixed QuantityCredited property type from long to decimal? in CoinExDepositModel
  • Fixed FuturesApi.SubscribeToTickerUpdatesAsync subscription
  • Marked ISpotClient references as deprecated