Skip to content

Releases: JKorf/OKX.Net

Version 2.13.0

13 Dec 09:05
Compare
Choose a tag to compare
  • Added restClient.UnifiedApi.Account.PresetAccountModeSwitchAsync endpoint
  • Added restClient.UnifiedApi.Account.PrecheckAccountModeSwitchAsync endpoint

Version 2.12.1

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

Version 2.12.0

03 Dec 08:28
Compare
Choose a tag to compare
  • Updated client order id logic
  • added AllowAppendingClientOrderId option
  • Added Cash value to MarginMode enum
  • Removed BrokerId option
  • Fix for orderbook creation via OKXOrderBookFactory

Version 2.11.0

28 Nov 13:53
Compare
Choose a tag to compare

Version 2.10.0

25 Nov 14:02
Compare
Choose a tag to compare
  • Added Chase Algo order support
  • Added AccountType property to restClient.UnifiedApi.Account.GetAccountConfigurationAsync response model
  • Updated restClient.UnifiedApi.Account.GetAssetsAsync response model
  • Updated restClient.UnifiedApi.Account.GetMaximumLoanAmountAsync parameters

Version 2.9.0

19 Nov 12:56
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to version 8.3.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.3.0
  • Added support for loading client settings from IConfiguration
  • Added DI registration method for configuring Rest and Socket options at the same time
  • Added DisplayName and ImageUrl properties to OKXExchange class
  • Updated client constructors to accept IOptions from DI
  • Removed redundant OKXSocketClient constructor
  • Fixed deserialization issue in okxRestClient.UnifiedApi.ExchangeData.GetDiscountInfoAsync

Version 2.8.0

06 Nov 14:12
Compare
Choose a tag to compare

Version 2.7.0

28 Oct 13:51
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to version 8.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.1.0
  • Moved FormatSymbol to OKXExchange class
  • Added support Side setting on SharedTrade model
  • Added OKXTrackerFactory for creating trackers
  • Added overload to Create method on OKXOrderBookFactory support SharedSymbol parameter
  • Added support for different order book levels in OKXSymbolOrderBook

Version 2.6.0

21 Oct 08:56
Compare
Choose a tag to compare
  • Added restClient.UnifiedApi.Account.ManualBorrowRepayAsync, SetAutoRepayAsync and GetBorrowRepayHistoryAsync endpoints
  • Added EasyConvertDustAsync, GetEasyConvertDustAssetsAsync and GetEasyConvertDustHistoryAsync endpoints
  • Added BurningFeeRate property to restClient.UnifiedApi.Account.GetAssetsAsync response model
  • Updated AccountBillSubType and AccountSubType Enum values
  • Refactored restClient.UnifiedApi.Trading.PlaceOrderAsync take profit / stop loss parameters to support the full functionality offered by the API
  • Fixed restClient.UnifiedApi.Trading.CancelMultipleOrdersAsync order canceled event processing
  • Removed restClient.UnifiedApi.Account.ConvertDustAsync deprecated endpoint

Version 2.5.1

14 Oct 16:42
Compare
Choose a tag to compare