Skip to content

Releases: JKorf/GateIo.Net

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

Version 1.5.1

11 Sep 13:30
Compare
Choose a tag to compare
  • Added startTime and endTime filter to SpotApi.Account.GetUnifiedAccountInterestHistoryAsync endpoint
  • Added options to SpotApi.Account.SetUnifiedAccountModeAsync and GetUnifiedAccountModeAsync endpoints
  • Added BlockNumber field to SpotApi.Account.GetWithdrawalsAsync response

Version 1.5.0

07 Aug 19:16
Compare
Choose a tag to compare

Version 1.4.0

27 Jul 13:27
Compare
Choose a tag to compare

Version 1.3.0

16 Jul 17:56
Compare
Choose a tag to compare

Version 1.2.1

02 Jul 19:10
Compare
Choose a tag to compare

Version 1.2.0

25 Jun 14:55
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to 7.7.2
  • Added SpotApi.Account.GetGTDeductionStatusAsync endpoint
  • Added SpotApi.Account.SetGTDeductionStatusAsync endpoint

Version 1.1.0

23 Jun 16:28
Compare
Choose a tag to compare

Version 1.0.1

13 Jun 15:44
Compare
Choose a tag to compare
  • Fixed startTime/endTime filtering on multiple endpoints