From 5029984df44cc48805d7010317e70c0cef0b5b46 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Mon, 4 Nov 2024 10:05:54 +0100 Subject: [PATCH] Updated to version 1.11.0 --- GateIo.Net/GateIo.Net.csproj | 6 +++--- README.md | 8 ++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/GateIo.Net/GateIo.Net.csproj b/GateIo.Net/GateIo.Net.csproj index 2ed564e..3083c48 100644 --- a/GateIo.Net/GateIo.Net.csproj +++ b/GateIo.Net/GateIo.Net.csproj @@ -7,9 +7,9 @@ GateIo.Net JKorf - 1.10.0 - 1.10.0 - 1.10.0 + 1.11.0 + 1.11.0 + 1.11.0 GateIo.Net is a client library for accessing the GateIo REST and Websocket API. All data is mapped to readable models and enum values. Additional features include automatic websocket (re)connection management, client side rate limiting, an implementation for maintaining a client side order book, easy integration with other exchange client libraries and more. false GateIo;GateIo.Net;GateIo Client;GateIo API;CryptoCurrency;CryptoCurrency Exchange diff --git a/README.md b/README.md index b95344b..dde4e67 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,14 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf). ## Release notes +* Version 1.11.0 - 04 Nov 2024 + * 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 2024 * 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