Skip to content

Releases: JKorf/GateIo.Net

GateIo.Net Version 3.12.0

08 Jun 14:17

Choose a tag to compare

Updated CryptoExchange.Net to version 11.2.2
Fixed user client provider not caching new client when previous client was disposed

GateIo.Net Version 3.11.0

26 May 14:28

Choose a tag to compare

Updated CryptoExchange.Net to version 11.2.0
Added takeProfit and stopLoss parameters and response properties
Added takeProfitTriggerPrice/stopLossTriggerPrice to futures order placement endpoints
Updated GetSubordinatesAsync endpoint parameters

GateIo.Net Version 3.10.2

09 Apr 10:58

Choose a tag to compare

Updated CryptoExchange.Net to version 11.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Added ContractType property to GateIoPerpFutuersContract model
Fixed incorrect Shared PerpetualFuturesApi GetOrderBook options limit configuration

GateIo.Net Version 3.10.1

24 Mar 15:42

Choose a tag to compare

Fix issue in credentials copying

GateIo.Net Version 3.10.0

24 Mar 14:27

Choose a tag to compare

Updated CryptoExchange.Net to version 11.0.1, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Updated class for supplying API credentials from ApiCredentials to GateIoCredentials
Updated Shared order status parsing to default to Unknown value if not parsable

GateIo.Net Version 3.9.0

09 Mar 13:27

Choose a tag to compare

Added MarketCap, TotalSupply properties to GateIoAsset model
Added FundingImpactValue property to GateIoSymbol model
Added PriceProtectCancelled value to OrderFinishType Enum
Updated xml comments to include json fields

GateIo.Net Version 3.8.0

06 Mar 09:27

Choose a tag to compare

Updated CryptoExchange.Net to version 10.8.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes

GateIo.Net Version 3.7.0

24 Feb 13:52

Choose a tag to compare

Updated CryptoExchange.Net to version 10.7.0
Added restClient.SpotApi.Account.SetMarginLeverageAsync endpoint
Added additional Http settings to client options
Updated Shared REST interfaces pagination logic
Updated HttpClient registration, fixing issue of DNS changes not getting processed
Fixed UserClientProvider using unconfigured HttpClient

GateIo.Net Version 3.6.0

16 Feb 09:38

Choose a tag to compare

Updated CryptoExchange.Net to version 10.6.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Fixed SymbolOrderBook websocket subscription not getting closed if when waiting for initial data times out

GateIo.Net Version 3.5.0

10 Feb 12:45

Choose a tag to compare

Updated CryptoExchange.Net to version 10.5.1, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Fixed Spot websocket V2 order book topic mapping
Fixed futures websocket auth unsubscription
Updated UserClientProvider internal client cache to non-static to prevent cleanup issues