Skip to content

Releases: JKorf/GateIo.Net

Version 1.15.0

03 Dec 10:19
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to version 8.4.3, see https://github.com/JKorf/CryptoExchange.Net/releases/
  • Added restClient.SpotApi.Account.GetTransferStatusAsync endpoint
  • Added UpdateId to Position model
  • Removed socketClient.SpotApi.SubscribeToOrderBookUpdatesAsync updateMs parameter
  • Removed socketClient.PerpetualFuturesApi.SubscribeToOrderBookUpdatesAsync 1000ms updateMs and 5 and 10 depth valid parameter values
  • Fixed orderbook creation via GateIoBookFactory

Version 1.14.0

28 Nov 14:04
Compare
Choose a tag to compare

Version 1.13.0

19 Nov 13:05
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 GateIoExchange class
  • Updated client constructors to accept IOptions from DI
  • Updated GateIoExchange.ExchangeName value from Gate.io to GateIo
  • Removed redundant GateIoSocketClient constructor

Version 1.12.1

08 Nov 07:51
Compare
Choose a tag to compare
  • Fixed restClient.PerpetualFuturesApi.Trading.PlaceTriggerOrderAsync parameter serialization

Version 1.12.0

06 Nov 14:02
Compare
Choose a tag to compare

Version 1.11.0

04 Nov 09:05
Compare
Choose a tag to compare
  • Added restClient.SpotApi.Account.GetUnifiedLeverageConfigsAsync endpoint
  • Added restClient.SpotApi.Account.GetUnifiedLeverageAsync endpoint
  • Added restClient.SpotApi.Account.SetUnifiedLeverageAsync endpoint
  • Added Id property to restClient.PerpetualFuturesApi.Account.GetLedgerAsync response model
  • Added Leverage property to restClient.SpotApi.ExchangeData.GetDiscountTiersAsync response model
  • Added BestAskQuantity, BestBidQuantity properties to restClient.SpotApi.ExchangeData.GetTickersAsync response model

Version 1.10.0

28 Oct 13:46
Compare
Choose a tag to compare

Version 1.9.0

21 Oct 09:40
Compare
Choose a tag to compare
  • Added restClient.SpotApi.Account.GetRateLimitsAsync endpoint
  • Added support for clientOrderId to restClient.PerpetualFuturesApi.Trading.GetOrderAsync, CancelOrderAsync and EditOrderAsync endpoints

Version 1.8.1

14 Oct 16:39
Compare
Choose a tag to compare

Version 1.8.0

14 Oct 14:06
Compare
Choose a tag to compare
  • Fixed ICoinbaseOrderBookFactory DI lifetime
  • Added clientOrderId parameter to restClient.SpotApi.Trading.EditOrderAsync
  • Added clientOrderId parameter to socketClient.SpotApi.EditOrderAsync