Skip to content

Commit 1e5f018

Browse files
committed
Updated to version 2.14.0
1 parent 673116b commit 1e5f018

File tree

2 files changed

+56
-3
lines changed

2 files changed

+56
-3
lines changed

CryptoClients.Net/CryptoClients.Net.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<PropertyGroup>
1010
<PackageId>CryptoClients.Net</PackageId>
1111
<Authors>JKorf</Authors>
12-
<PackageVersion>2.13.2</PackageVersion>
13-
<AssemblyVersion>2.13.2</AssemblyVersion>
14-
<FileVersion>2.13.2</FileVersion>
12+
<PackageVersion>2.14.0</PackageVersion>
13+
<AssemblyVersion>2.14.0</AssemblyVersion>
14+
<FileVersion>2.14.0</FileVersion>
1515
<Description>CryptoClients.Net is a collection of multiple cryptocurrency exchange API clients for accessing both the REST API's and WebSocket API's. Supports order and account management and requesting and streaming both public and private data.</Description>
1616
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1717
<PackageTags>CryptoClients;CryptoClients.Net;OKX;OKX.Net;Mexc;Mexc.Net;Kucoin;Kucoin.Net;Kraken;Kraken.Net;Huobi;Huobi.Net;HTX;HTX.Net;CoinEx;CoinEx.Net;Bybit;Bybit.Net;Bitget;Bitget.Net;Bitfinex;Bitfinex.Net;BingX;BingX.Net;Binance;Binance.Net;GateIo.Net;Gate.io;BitMart;BitMart.Net;WhiteBit.Net;WhiteBit;XT;XT.Net;HyperLiquid;HyperLiquid.Net;CryptoCurrency;CryptoCurrency Exchange</PackageTags>

README.md

+53
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,59 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d
240240
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf).
241241

242242
## Release notes
243+
* Version 2.14.0 - 28 Mar 2025
244+
* Updated Binance.Net from version 10.18.0 to version 10.19.0
245+
* Added quoteAsset parameter to restClient.SpotApi.Account.GetWalletBalancesAsync endpoint
246+
* Added Denomination property to restClient.SpotApi.Account.GetUserAssetsAsync response model
247+
* Updated SimpleEarn locked response models
248+
* Updated request weight of restClient.SpotApi.ExchangeData.GetAggregatedTradeHistoryAsync to 4
249+
* Updated Bitget.Net from version 1.21.0 to version 1.22.1
250+
* Added demo trading environment
251+
* Added restClient.FuturesApiV2.ExchangeData.GetOiLimitsAsync endpoint
252+
* Added CrossRiskRate and UnrealizedPnl properties to futures balance websocket update model
253+
* Added missing Trigger Order Plan Type Enum values
254+
* Fixed ProductType parsing for shared socket subscriptions
255+
* Updated BitMart.Net from version 1.14.0 to version 1.15.1
256+
* Added stpMode parameter to restClient.UsdFuturesApi.Trading.PlaceOrderAsync endpoint
257+
* Added restClient.UsdFuturesApi.Trading.EditOrderAsync endpoint
258+
* Added ReceiveWindow Rest client option for signed requests
259+
* Updated Bybit.Net from version 4.3.2 to version 4.4.1
260+
* Added socketClient.V5PrivateApi.PlaceMultipleOrdersAsync, EditMultipleOrdersAsync and CancelMultipleOrdersAsync requests
261+
* Added SlippageTolerance support for orders
262+
* Removed incorrect id parameters checks from some endpoints
263+
* Updated Coinbase.Net from version 1.8.1 to version 1.9.1
264+
* Fixed deserialization issue for restClient.AdvancedTradeApi.Account.GetPerpetualPortfolioSummaryAsync
265+
* Updated GateIo.Net from version 1.21.0 to version 1.22.0
266+
* Added BaseAssetName and QuoteAssetName to GateIoSymbol model
267+
* Added MarketId property to GateIoTradeUpdate and GateIoUserTradeUpdate models
268+
* Added socketClient.PerpetualFuturesApi.SubscribeToContractStatsUpdatesAs…ync subscription
269+
* Fixed shared PerpetualFuturesApi GetBalances returning error
270+
* Updated HTX.Net from version 6.9.0 to version 6.9.1
271+
* Added QuoteQuantity to socketClient.SpotApi.SubscribeToOrderUpdatesAsync canceled order update
272+
* Fixed restClient.SpotApi.Trading.CancelAllOrdersAsync endpoint
273+
* Fixed shared client balance subscription updates
274+
* Updated HyperLiquid.Net from version 1.1.0 to version 1.1.2
275+
* Fixed deserialization of spot exchange info
276+
* Fixed testnet support
277+
* Updated Kucoin.Net from version 6.0.1 to version 6.1.0
278+
* Added restClient.SpotApi.HfTrading.GetOpenOrdersV2Async endpoint
279+
* Added TransactionId property to KucoinUserTrade model
280+
* Added missing value to BizType enum
281+
* Fixed some values for restClient.SpotApi.Account.GetAccountLedgersAsync bizType parameter
282+
* Fixed deserialization issue for restClient.SpotApi.Account.GetAccountLedgersAsync
283+
* Updated OKX.Net from version 2.15.1 to version 2.16.0
284+
* Added restClient.UnifiedApi.ExchangeData.GetEstimatedFuturesSettlementPriceAsync endpoint
285+
* Added restClient.UnifiedApi.ExchangeData.GetSettlementHistoryAsync endpoint
286+
* Added settlement biz type enums values
287+
* Added NonSettlementEntryPrice and SettledPnl to OKXPosition model
288+
* Added FutureSettlement property to OKXInstrument model
289+
* Added ThirdQuarter to InstrumentAlias enum values
290+
* Correctly set update type to snapshot for account and position socket updates
291+
* Updated WhiteBit.Net from version 1.4.0 to version 1.5.0
292+
* Added clientOrderId parameter to restClient.V4Api.Trading.CancelOrderAsync, renamed id to orderId and made it optional
293+
* Added WhiteBitNonceProvider
294+
* Updated restClient.V4Api.Trading.EditOrderAsync to support by clientOrderId
295+
243296
* Version 2.13.2 - 07 Mar 2025
244297
* Updated DeepCoin.Net from version 1.0.2 to version 1.0.5
245298
* Fixed Volume and QuoteVolume properties being inversed on DeepCoinTicker model

0 commit comments

Comments
 (0)