Skip to content

Commit d851366

Browse files
committed
Updated to version 2.13.0
1 parent 5795729 commit d851366

File tree

2 files changed

+81
-3
lines changed

2 files changed

+81
-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.12.0</PackageVersion>
13-
<AssemblyVersion>2.12.0</AssemblyVersion>
14-
<FileVersion>2.12.0</FileVersion>
12+
<PackageVersion>2.13.0</PackageVersion>
13+
<AssemblyVersion>2.13.0</AssemblyVersion>
14+
<FileVersion>2.13.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

+78
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,84 @@ 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.13.0 - 04 Mar 2025
244+
* Added DeepCoin support with DeepCoin.Net 1.0.1
245+
* Added GetSymbolName helper method on clients
246+
* Updated Binance.Net from version 10.17.0 to version 10.18.0
247+
* Added Coin-M websocket Trade API implementation
248+
* Added SOL staking endpoints to restClient.GeneralApi.Staking
249+
* Added orderId parameter to Spot.GetMarginUserTradesAsync
250+
* Updated futures GetTradeHistoryAsync max limit value from 1000 to 500
251+
* Fixed API doc references for endpoints and subscriptions
252+
* Fixed various spelling mistakes
253+
* Updated BitMart.Net from version 1.13.0 to version 1.14.0
254+
* Added restClient.SpotApi.Account.GetWithdrawalAddressesAsync endpoint
255+
* Added startTime/endTime filter to restClient.SpotApi.Account.GetDepositHistoryAsync and GetWithdrawalHistoryAsync
256+
* Added needUsdValuation to restClient.SpotApi.Account.GetFundingBalancesAsync endpoint
257+
* Added asset parameter to restClient.SpotApi.ExchangeData.GetAssetDepositWithdrawInfoAsync endpoint
258+
* Added restClient.UsdFuturesApi.ExchangeData.GetMarkKlinesAsync endpoint
259+
* Added socketClient.UsdFuturesApi.SubscribeToMarkKlineUpdatesAsync subscription
260+
* Added symbol specific overloads for socketClient.UsdFuturesApi.SubscribeToTickerUpdatesAsync subscription
261+
* Updated Bybit.Net from version 4.1.0 to version 4.3.2
262+
* Added restClient.V5Api.ExchangeData.GetSpotMarginTieredCollateralRatioAsync endpoint
263+
* Added restClient.V5Api.Account.GetTransferableAsync multi-asset overload and updated response model
264+
* Added quoteAsset parameter to restClient.V5Api.ExchangeData.GetHistoricalVolatilityAsync endpoint
265+
* Added support for RPI (RetailPriceImprovement) orders and data
266+
* Added Bybit Earn endpoints to restClient.V5Api.Earn
267+
* Added socket SubscribeToAllLiquidationUpdatesAsync subscription
268+
* Marked SubscribeToLiquidationUpdatesAsync as deprecated
269+
* Fix for pagination in restClient.V5Api.SharedClient.GetKlinesAsync
270+
* Fixed restClient.V5Api.CryptoLoan.BorrowAsync parameter serialization
271+
* Fix for restClient.V5Api.CryptoLoan.GetOpenLoansAsync deserialization
272+
* Updated CoinEx.Net from version 7.15.0 to version 8.0.1
273+
* Added client side ratelimiter implementation
274+
* Updated REST and WebSocket unit tests
275+
* Updated REST requests to new CryptoExchange.Net implementation
276+
* Updated various response models
277+
* Fixed restClient.FuturesApi.Trading.CancelOrderByClientOrderIdAsync response model
278+
* Fixed restClient.FuturesApi.Trading.CancelStopOrderByClientOrderIdAsync response model
279+
* Fixed restClient.SpotApi.Account.GetCreditAccountAsync response model
280+
* Fixed restClient.SpotApi.Account.GetWithdrawalHistoryAsync status parameter
281+
* Fixed exception in restClient.SpotApiV2.Account.GetAllDepositWithdrawalConfigsAsync when no credentials provided
282+
* Removed V1 API
283+
* Updated GateIo.Net from version 1.19.0 to version 1.20.1
284+
* Added auto convert to lowercase for settlement asset parameter in futures endpoints and subscriptions
285+
* Added overloads for multiple contracts to some public futures Subscribe methods
286+
* Added socketClient.SpotApi.GetOrdersAsync query
287+
* Added CancellationToken parameter for futures websocket queries
288+
* Fixed websocket order operations always logging a warning message
289+
* Fixed incorrect pricing parameters mapping for restClient.PerpetualFuturesApi.Trading.PlaceTriggerOrderAsync
290+
* Updated Kucoin.Net from version 5.24.0 to version 6.0.0
291+
* Updated library from Newtonsoft.Json to System.Text.Json for json (de)serialization
292+
* Added USDC balance info to Futures API shared GetBalancesAsync
293+
* Added restClient.SpotApi.Account.GetDepositAddressesV3Async endpoint
294+
* Added restClient.SpotApi.Account.CreateDepositAddressV3Async endpoint
295+
* Added restClient.SpotApi.ExchangeData.GetCallAuctionOrderBookAsync endpoint
296+
* Added restClient.SpotApi.ExchangeData.GetCallAuctionInfoAsync endpoint
297+
* Added socketClient.SpotApi.SubscribeToCallAuctionOrderBookUpdatesAsync endpoint
298+
* Added socketClient.SpotApi.SubscribeToCallAuctionInfoUpdatesAsync endpoint
299+
* Updated takeProfitPrice and stopLossPrice on restClient.FuturesApi.Trading.PlaceTpSlOrderAsync to triggerStopUpPrice and triggerStopDownPrice
300+
* Updated KucoinSymbol response model with call auction info
301+
* Updated Enum mappings
302+
* Updated API documentation references to new API docs
303+
* Removed no longer needed converters
304+
* Renamed restClient.FuturesApi.ExchangeData.GetOpenContractsAsync to GetSymbolsAsync
305+
* Renamed restClient.SpotApi.Margin.GetMarginTradingPairConfigurationAsync to GetSymbolsAsync
306+
* Renamed socketClient.FuturesApi.SubscribeToTickerUpdatesAsync to SubscribeToBookTickerUpdatesAsync
307+
* Renamed socketClient.FuturesApi.SubscribeToMarketUpdatesAsync to SubscribeToSymbolUpdatesAsync
308+
* Renamed socketClient.FuturesApi.SubscribeToSystemAnnouncementsAsync to SubscribeToFundingFeeSettlementUpdatesAsync
309+
* Renamed socketClient.FuturesApi.SubscribeTo24HourSnapshotUpdatesAsync to SubscribeTo24HTickerUpdatesAsync
310+
* Removed deprecated restClient.FuturesApi.Account transfer endpoints
311+
* Removed deprecated restClient.SpotApi.Account.InnerTransferAsync
312+
* Removed deprecated restClient.SpotApi.Account.GetHistoricalDepositsAsync
313+
* Removed deprecated restClient.SpotApi.Account.GetHistoricalWithdrawalsAsync
314+
* Removed deprecated restClient.SpotApi.Account.GetDepositAddressAsync
315+
* Removed deprecated restClient.SpotApi.Account.CreateDepositAddressAsync
316+
* Removed deprecated socketClient.SpotApi.SubscribeToFundingBookUpdatesAsync
317+
* Updated XT.Net from version 1.2.0 to version 1.2.1
318+
* Fix for balance update deserialization error
319+
320+
243321
* Version 2.12.0 - 12 Feb 2025
244322
* Updated reference CryptoExchange.Net version from 8.7.3 to 8.8.0
245323
* Split DataEvent.Timestamp in DataEvent.ReceivedTime and DataEvent.DataTime

0 commit comments

Comments
 (0)