Skip to content

Releases: JKorf/GateIo.Net

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
  • Updated CryptoExchange.Net to version 8.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.1.0
  • Moved FormatSymbol to GateIoExchange class
  • Added support Side setting on SharedTrade model
  • Added GateIoTrackerFactory for creating trackers
  • Added overload to Create method on GateIoOrderBookFactory support SharedSymbol parameter

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

Version 1.7.0

08 Oct 12:07
Compare
Choose a tag to compare
  • Added SpotApi.Account.GetTransferHistoryAsync endpoint
  • Added SpotApi.Account.TransferToAccountAsync endpoint
  • Added PerpetualFuturesApi.Trading.EditMultipleOrdersAsync endpoint
  • Added BestBidQuantity/BestAskQuantity properties to GateIoPerpTicker response model
  • Added startTime/endTime parameters to PerpetualFuturesApi.ExchangeData.GetFundingRateHistoryAsync and updated shared implementation to support pagination
  • Added support for clientOrderId to SpotApi.Trading.GetOrderAsync endpoint
  • Fixed some serialization issues in batch endpoints

Version 1.6.0

27 Sep 09:46
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to version 8.0.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.0.0
  • Added Shared client interfaces implementation for Spot and Perpetual Futures Rest and Socket clients
  • Added api credentials check for Spot user subscriptions
  • Added InitialMargin and MaintenanceMargin properties to GateIoPosition model
  • Added FeeAsset property to GateIoUserTradeUpdate model
  • Updated Sourcelink package version
  • Updated KlineInterval Enum values to match number of seconds
  • Fixed PerpetualFutures.Account.UpdatePositionModeAsync endpoint
  • Fixed SpotApi.ExchangeData.GetTradesAsync reverse parameter
  • Marked ISpotClient references as deprecated