Releases: JKorf/OKX.Net
Releases · JKorf/OKX.Net
Version 1.11.1
- Updated CryptoExchange.Net to 7.7.2
- Fixed deserialization issue in OkxTicker
- Fixed deserialization issue in SetLeverage
Version 1.11.0
- Updated CryptoExchange.Net to version 7.7.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.7.0
- Added CancellationToken optional parameter to websocket requests
- Added dedicated connection configuration; a websocket connection can now be established before making the first request by calling
okxSocketClient.UnifiedApi.PrepareConnectionsAsync();
Version 1.10.1
- Fixed deserialization issue in market sell websocket order updates
Version 1.10.0
- Updated CryptoExchange.Net to v7.6.0, see https://github.com/JKorf/CryptoExchange.Net?tab=readme-ov-file#release-notes for release notes
Version 1.9.0
- Added UnifiedApi.Account.GetAssetValuationAsync endpoint
- Renamed BestAskSize to BestAskQuantity in OKXTicker model
- Fixed OKXSocketOptions not using OKXApiCredentials