Skip to content

Releases: JKorf/BitMart.Net

Version 1.14.0

20 Feb 14:31
Compare
Choose a tag to compare
  • Added restClient.SpotApi.Account.GetWithdrawalAddressesAsync endpoint
  • Added startTime/endTime filter to restClient.SpotApi.Account.GetDepositHistoryAsync and GetWithdrawalHistoryAsync
  • Added needUsdValuation to restClient.SpotApi.Account.GetFundingBalancesAsync endpoint
  • Added asset parameter to restClient.SpotApi.ExchangeData.GetAssetDepositWithdrawInfoAsync endpoint
  • Added restClient.UsdFuturesApi.ExchangeData.GetMarkKlinesAsync endpoint
  • Added socketClient.UsdFuturesApi.SubscribeToMarkKlineUpdatesAsync subscription
  • Added symbol specific overloads for socketClient.UsdFuturesApi.SubscribeToTickerUpdatesAsync subscription

Version 1.13.0

11 Feb 09:47
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to version 8.8.0, see /~https://github.com/JKorf/CryptoExchange.Net/releases/
  • Added support for more SharedKlineInterval values
  • Added setting of DataTime value on websocket DataEvent updates
  • Fix Mono runtime exception on rest client construction using DI

Version 1.12.2

22 Jan 11:00
Compare
Choose a tag to compare
  • Added BuyerIsMaker property to socketClient.UsdFuturesApi.SubscribeToTradeUpdatesAsync update model
  • Added Side to futures API shared interfaces trade subscription

Version 1.12.1

07 Jan 13:42
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net version
  • Added Type property to BitMartExchange class

Version 1.12.0

23 Dec 15:25
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to version 8.5.0, see /~https://github.com/JKorf/CryptoExchange.Net/releases/
  • Added SetOptions methods on Rest and Socket clients
  • Added setting of DefaultProxyCredentials to CredentialCache.DefaultCredentials on the DI http client
  • Added restClient.UsdFuturesApi.Trading.PlaceTrailingOrderAsync endpoint
  • Added restClient.UsdFuturesApi.Trading.CancelTrailingOrderAsync endpoint
  • Improved websocket disconnect detection
  • Removed trailing stop parameters from restClient.UsdFuturesApi.Trading.PlaceOrderAsync

Version 1.11.0

12 Dec 15:14
Compare
Choose a tag to compare
  • Added socketClient.UsdFuturesApi.SubscribeToBookTickerUpdatesAsync stream subscription
  • Added restClient.UsdFuturesApi.ExchangeData.GetFundingRateHistoryAsync endpoint
  • Added restClient.UsdFuturesApi.Account.GetTransactionHistoryAsync endpoint

Version 1.10.1

05 Dec 10:17
Compare
Choose a tag to compare
  • Fixed clientOrderId parameter serialization in restClient.SpotApi.Trading.PlaceMultipleOrdersAsync

Version 1.10.0

03 Dec 09:34
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to version 8.4.3, see /~https://github.com/JKorf/CryptoExchange.Net/releases/
  • Added socketClient.UsdFuturesApi.SubscribeToFundingRateUpdatesAsync stream
  • Added Approval enum mapping for Status property on socketClient.UsdFuturesApi.SubscribeToOrderUpdatesAsync update model
  • Removed clientOrderId parameter from restCLient.UsdFuturesApi.Trading.EditTpSlOrderAsync
  • Fixed orderbook creation via BitMartOrderBookFactory

Version 1.9.0

28 Nov 14:11
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to version 8.4.0, see /~https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.4.0
  • Added GetFeesAsync Shared REST client implementations
  • Updated PlaceMarginOrderAsync ratelimit from 1 per second per key to 20
  • Updated BitMartOptions to LibraryOptions implementation
  • Updated test and analyzer package versions

Version 1.8.0

19 Nov 13:12
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to version 8.3.0, see /~https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.3.0
  • Added support for loading client settings from IConfiguration
  • Added DI registration method for configuring Rest and Socket options at the same time
  • Added DisplayName and ImageUrl properties to BitMartExchange class
  • Updated client constructors to accept IOptions from DI
  • Removed redundant BitMartSocketClient constructor