Releases: JKorf/OKX.Net
Releases · JKorf/OKX.Net
Version 2.15.0
- 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 restClient.UnifiedApi.Account.GetSymbolsAsync endpoint
- Fixed setting tag parameter in restClient.UnifiedApi.Trading.PlaceOrderAsync
- Fix Mono runtime exception on rest client construction using DI
Version 2.14.2
- Added handling of unknown symbol error in websocket subscribe request
- Removed deprecated restClient.UnifiedApi.ExchangeData.GetOracleAsync
Version 2.14.1
- Updated CryptoExchange.Net version
- Added Type property to OKXExchange class
Version 2.14.0
- 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
Version 2.13.1
- Added Europe environment
Version 2.13.0
- Added restClient.UnifiedApi.Account.PresetAccountModeSwitchAsync endpoint
- Added restClient.UnifiedApi.Account.PrecheckAccountModeSwitchAsync endpoint
Version 2.12.1
- Updated CryptoExchange.Net to version 8.4.4 to fix deserialization error in .net framework
Version 2.12.0
- 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
- Updated CryptoExchange.Net to version 8.4.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.4.0
- Added GetFeesAsync Shared REST client implementations
- Updated OKXOptions to LibraryOptions implementation
- Updated test and analyzer package versions
Version 2.10.0
- 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