Skip to content

Releases: JKorf/Binance.Net

Version 10.5.0

27 Sep 09:41
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, USD-M Futures, Coin-M Futures Rest and Socket clients
  • Updated Id property from string? to string on BinanceWithdrawalPlaced model
  • Updated Sourcelink package version
  • Marked ISpotClient and IFuturesClient references as deprecated

Version 10.4.0

11 Sep 13:55
Compare
Choose a tag to compare
  • Added onTradeUpdate callback for UsdFuturesApi.SubscribeToUserDataUpdatesAsync
  • Changed CrossUnrealizedPnl field in futures balances to support testnet response
  • Fix for UsdFuturesApi.Trading.EditMultipleOrdersAsync order id serialization
  • Fix for GeneralApi.AutoInvest.GetPlansAsync deserialization
  • Fixed incorrect api docs reference for CoinFuturesApi.ExchangeData.GetFundingRatesAsync

Version 10.3.0

28 Aug 17:24
Compare
Choose a tag to compare

Version 10.2.1

18 Aug 18:57
Compare
Choose a tag to compare
  • Fixed walletType serialization on SpotApi.Trading.ConvertQuoteRequestAsync endpoint

Version 10.2.0

13 Aug 17:59
Compare
Choose a tag to compare
  • Re-added the UsdFuturesApi.Account.GetAccountInfoV2Async endpoint as the V3 endpoint is missing data
  • Renamend UsdFuturesApi.Account.GetAccountInfoAsync to GetAccountInfoV3Async
  • Fixed SpotApi.ExchangeData.GetProductsAsync deserialization

Version 10.1.1

08 Aug 07:10
Compare
Choose a tag to compare
  • Fix UnrealizedPnl deserialization in CoinFuturesApi.Account.GetPositionInformationAsync

Version 10.1.0

07 Aug 19:27
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
  • Fixed BinanceFuturesAccountAsset MaintMargin deserialization
  • Fixed BinancePosition MaintMargin deserialization
  • Fixed BinancePosition UnrealizedProfit deserialization for Coin-M futures

Version 10.0.1

05 Aug 17:09
Compare
Choose a tag to compare
  • Fixed deserialization issue UsdtFuturesApi.Account.GetIncomeHistoryAsync

Version 10.0.0

27 Jul 13:52
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to version 7.10.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.10.0
  • Switch from Newtonsoft.Json implementation to System.Text.Json for (de)serialization
  • Refactored from old per type enum converter to EnumConverter usage
  • Added SpotApi.Account.GetCommissionRatesAsync endpoint
  • Added UsdFuturesApi.Account.GetSymbolConfigurationAsync endpoint
  • Added UsdFuturesApi.Account.GetAccountConfigurationAsync endpoint
  • Added UsdFuturesApi.Trading.GetPositionsAsync endpoint
  • Added PermissionSets property to SpotApi.ExchangeData.GetExchangeInfoAsync symbol response
  • Updated UsdFuturesApi.Account.GetBalancesAsync to V3
  • Updated UsdFuturesApi.Account.GetAccountInfoAsync to V3

Version 9.12.0

16 Jul 18:00
Compare
Choose a tag to compare