Skip to content

Releases: JKorf/Binance.Net

Version 9.12.0

16 Jul 18:00
Compare
Choose a tag to compare

Version 9.11.1

02 Jul 19:03
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to V7.8.0
  • Updated ratelimiting for per-endpoint limits

Version 9.11.0

23 Jun 16:20
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to version 7.7.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.7.0
  • Added dedicated connection configuration; a websocket connection can now be established before making the first request by calling binanceSocketClient.SpotApi.PrepareConnectionsAsync();
  • Added CancellationToken optional parameter to websocket requests
  • Updated response models from classes to records

Version 9.10.0

11 Jun 18:01
Compare
Choose a tag to compare

Version 9.9.8

02 Jun 08:14
Compare
Choose a tag to compare
  • Added SpotApi.Account.GetAccountVipLevelAndStatusAsync endpoint
  • Added UsdFuturesApi.Account.GetBnbBurnStatusAsync and UsdFuturesApi.Account.SetBnbBurnStatusAsync endpoints
  • Added missing GoodTillDate TimeInForce conversion

9.9.6

05 May 12:04
Compare
Choose a tag to compare
  • Updated various response models
  • Updated CoinFuturesApi.Account.GetBracketsAsync to V2 endpoint
  • Updated CoinFuturesApi.Trading.PlaceMultipleOrdersAsync orders parameter from array to IEnumerable