Skip to content

Commit

Permalink
Updated to version 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Nov 19, 2024
1 parent 7a9da46 commit 6392cae
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CryptoClients.Net/CryptoClients.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<PropertyGroup>
<PackageId>CryptoClients.Net</PackageId>
<Authors>JKorf</Authors>
<PackageVersion>2.5.0</PackageVersion>
<AssemblyVersion>2.5.0</AssemblyVersion>
<FileVersion>2.5.0</FileVersion>
<PackageVersion>2.6.0</PackageVersion>
<AssemblyVersion>2.6.0</AssemblyVersion>
<FileVersion>2.6.0</FileVersion>
<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>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<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;CryptoCurrency;CryptoCurrency Exchange</PackageTags>
Expand Down
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,39 @@ 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 2.6.0 - 19 Nov 2024
* Updated Binance.Net to version 10.9.2
* Added page parameter to restClient.UsdFuturesApi.Account.GetIncomeHistoryAsync endpoint
* Updated BingX.Net to version 1.15.1
* Added initial SubAccount API implementation
* Fixed available balance response on shared futures implementation
* Removed symbol parameters from GetPositionModeAsync and SetPositionModeAsync endpoints
* Updated Bitget.Net to version 1.15.1
* Split and corrected futures trigger plan type parameters
* Added status filter to restClient.FuturesApiV2.Trading.GetClosedTriggerOrdersAsync
* Added missing futures trigger order statuses
* Updated restClient.FuturesApiV2.Account.GetLedgerAsync response model
* Updated CoinGecko to version 3.0.0
* Switched json (de)serialization from Newtonsoft.Json to System.Text.Json
* Added support for setting API key
* Added error parsing implementation
* Added pro API endpoint to CoinGeckoEnvironment
* Added GetMarketsAsync endpoint
* Added GetCompanyHoldingsAsync endpoint
* Added GetExchangeDerivativesDetailsAsync endpoint
* Added GetApiUsageAsync endpoint
* Added precision parameter to GetMarketChartAsync, GetOhlcAsync
* Updated response models
* Updated API doc references
* Removed includeTickers parameter from GetDerivativesAsync endpoint
* Removed assetPlatformId parameter from GetNftsAsync endpoint
* Updated CryptoCom.Net to version 1.2.1
* Fixed deserialization issue in restClient.ExchangeApi.ExchangeData.GetTickerAsync
* Updated GateIo.Net to version 1.12.1
* Fixed restClient.PerpetualFuturesApi.Trading.PlaceTriggerOrderAsync parameter serialization
* Updated HTX.Net to version 6.4.1
* Fixed deserialization issue in restClient.UsdtFuturesApi.ExchangeData.GetTickersAsync endpoint

* Version 2.5.0 - 07 Nov 2024
* Added support for the WhiteBit exchange with WhiteBit.Net 1.0.0
* Updated reference CryptoExchange version to 8.2.0
Expand Down

0 comments on commit 6392cae

Please sign in to comment.