Skip to content

Commit b56a60c

Browse files
committed
Updated to version 1.14.0
1 parent 2f5e674 commit b56a60c

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

BitMart.Net/BitMart.Net.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<PropertyGroup>
88
<PackageId>BitMart.Net</PackageId>
99
<Authors>JKorf</Authors>
10-
<PackageVersion>1.13.0</PackageVersion>
11-
<AssemblyVersion>1.13.0</AssemblyVersion>
12-
<FileVersion>1.13.0</FileVersion>
10+
<PackageVersion>1.14.0</PackageVersion>
11+
<AssemblyVersion>1.14.0</AssemblyVersion>
12+
<FileVersion>1.14.0</FileVersion>
1313
<Description>BitMart.Net is a client library for accessing the BitMart REST and Websocket API. All data is mapped to readable models and enum values. Additional features include automatic websocket (re)connection management, an implementation for maintaining a client side order book, easy integration with other exchange client libraries and more.</Description>
1414
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1515
<PackageTags>BitMart;BitMart.Net;BitMart Client;BitMart API;CryptoCurrency;CryptoCurrency Exchange</PackageTags>

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,15 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d
148148
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf).
149149

150150
## Release notes
151+
* Version 1.14.0 - 20 Feb 2025
152+
* Added restClient.SpotApi.Account.GetWithdrawalAddressesAsync endpoint
153+
* Added startTime/endTime filter to restClient.SpotApi.Account.GetDepositHistoryAsync and GetWithdrawalHistoryAsync
154+
* Added needUsdValuation to restClient.SpotApi.Account.GetFundingBalancesAsync endpoint
155+
* Added asset parameter to restClient.SpotApi.ExchangeData.GetAssetDepositWithdrawInfoAsync endpoint
156+
* Added restClient.UsdFuturesApi.ExchangeData.GetMarkKlinesAsync endpoint
157+
* Added socketClient.UsdFuturesApi.SubscribeToMarkKlineUpdatesAsync subscription
158+
* Added symbol specific overloads for socketClient.UsdFuturesApi.SubscribeToTickerUpdatesAsync subscription
159+
151160
* Version 1.13.0 - 11 Feb 2025
152161
* Updated CryptoExchange.Net to version 8.8.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
153162
* Added support for more SharedKlineInterval values

0 commit comments

Comments
 (0)