Skip to content

Releases: JKorf/Bybit.Net

Version 3.13.1

19 Aug 17:39
Compare
Choose a tag to compare
  • Added addOrReduce parameter to V5Api.Account.RequestDemoFundsAsync endpoint
  • Added referer to V5Api.Account.GetConvertQuoteAsync endpoint

Version 3.13.0

07 Aug 19:20
Compare
Choose a tag to compare

Version 3.12.0

27 Jul 13:30
Compare
Choose a tag to compare

Version 3.11.0

16 Jul 17:57
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to version 7.9.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.9.0
  • Updated internal classes to internal access modifier
  • Added V5Api.Account.GetConvertAssetsAsync
  • Added V5Api.Account.GetConvertQuoteAsync
  • Added V5Api.Account.ConvertConfirmQuoteAsync
  • Added V5Api.Account.GetConvertStatusAsync
  • Added V5Api.Account.GetConvertHistoryAsync
  • Added Convert property to V5Api.Account.GetBrokerAccountInfoAsync and GetBrokerEarningsAsync response models

Version 3.10.3

02 Jul 19:07
Compare
Choose a tag to compare

Version 3.10.2

26 Jun 17:40
Compare
Choose a tag to compare
  • Fixed OrderBook model deserialization when updateId is too large for integer

Version 3.10.1

25 Jun 14:53
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to 7.7.2
  • Fixed deserialization issue BybitPosition model

Version 3.10.0

23 Jun 16:27
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 V5 websocket order placement API
  • Updated response models from classes to records
  • Added and updated DCP endpoints end subscription
  • Added dedicated connection configuration; a websocket connection can now be established before making the first request by calling bybitSocketClient.V5PrivateApi.PrepareConnectionsAsync();

Version 3.9.0

11 Jun 18:03
Compare
Choose a tag to compare

Version 3.8.9

02 Jun 08:07
Compare
Choose a tag to compare
  • Added missing StopLossTakeProfitMode enum value
  • Added Status property to V5Api.Account.CreateUniversalTransfer response model
  • Added cursor parameter to V5Api.ExchangeData.GetRiskLimitAsync