Skip to content

Releases: JKorf/Binance.Net

Version 10.18.0

25 Feb 14:10
Compare
Choose a tag to compare
  • Added Coin-M websocket Trade API implementation
  • Added SOL staking endpoints to restClient.GeneralApi.Staking
  • Added orderId parameter to Spot.GetMarginUserTradesAsync
  • Updated futures GetTradeHistoryAsync max limit value from 1000 to 500
  • Fixed API doc references for endpoints and subscriptions
  • Fixed various spelling mistakes

Version 10.17.0

11 Feb 09:38
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to version 8.8.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
  • Added support for more SharedKlineInterval values
  • Added setting of DataTime value on websocket DataEvent updates
  • Added contract address and URL properties to BinanceUserAsset model
  • Fix Mono runtime exception on rest client construction using DI

Version 10.16.2

22 Jan 11:04
Compare
Choose a tag to compare
  • Updated RewardType Enum values
  • Updated weight of restClient.SpotApi.Account.WithdrawAsync from 600 to 900
  • Fixed restClient.SpotApi.Account.GetTradeFeeAsync for Us environment

Version 10.16.1

07 Jan 13:39
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net version
  • Added Type property to BinanceExchange class

Version 10.16.0

03 Jan 09:36
Compare
Choose a tag to compare
  • Added PriceMatch parameter to UsdFutures order editing
  • Added support for premium index klines in socketClient.UsdFuturesApi.ExchangeData.SubscribeToKlineUpdatesAsync
  • Updated ETH history response models

Version 10.15.0

23 Dec 15:33
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to version 8.5.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
  • Added SetOptions methods on Rest and Socket clients
  • Added setting of DefaultProxyCredentials to CredentialCache.DefaultCredentials on the DI http client
  • Improved websocket disconnect detection
  • Set Symbol on Spot and UsdFutures socket ExchangeData.GetOrderBookAsync response

Version 10.14.0

12 Dec 14:26
Compare
Choose a tag to compare
  • Added initial Agent endpoints
  • Added onUserDataStreamTerminated and onBalanceLockUpdate updates to socketClient.SpotApi.SubscribeUserDataUpdatesAsync
  • Added IsLiquidationOrder, IsAdlAutoCloseOrder and IsSettlementOrder helper properties to BinanceFuturesOrder model
  • Added PreMarket handling to PermissionType enum
  • Split AccountType enum into AccountType and PermissionType
  • Changed restClient.UsdFuturesApi.Trading.GetOrdersAsync symbol parameter to be optional

Version 10.13.2

08 Dec 09:49
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to version 8.4.4 to fix deserialization error in .net framework

Version 10.13.1

05 Dec 10:13
Compare
Choose a tag to compare
  • Fixed null exception caused by invalid key for copy trading
  • Fixed BinanceSubAccountTransferSubAccount model deserialization

Version 10.13.0

03 Dec 08:52
Compare
Choose a tag to compare
  • Updated client order id logic
  • Added AllowAppendingClientOrderId option
  • Added listClientOrderId parameter to restClient.SpotApi.Trading.PlaceOcoOrderListAsync
  • Removed BrokerId option
  • Fixed restClient.GeneralApi.SimpleEarn.GetLockedProductPositionsAsync deserialization
  • Fixed orderbook creation via BinanceOrderBookFactory