Skip to content

Releases: JKorf/OKX.Net

Version 1.11.1

25 Jun 14:56
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to 7.7.2
  • Fixed deserialization issue in OkxTicker
  • Fixed deserialization issue in SetLeverage

Version 1.11.0

23 Jun 16:37
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 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

17 Jun 18:03
Compare
Choose a tag to compare
  • Fixed deserialization issue in market sell websocket order updates

Version 1.10.0

11 Jun 18:08
Compare
Choose a tag to compare

Version 1.9.0

02 Jun 08:13
Compare
Choose a tag to compare
  • Added UnifiedApi.Account.GetAssetValuationAsync endpoint
  • Renamed BestAskSize to BestAskQuantity in OKXTicker model
  • Fixed OKXSocketOptions not using OKXApiCredentials