Releases: JKorf/BitMart.Net
Releases · JKorf/BitMart.Net
Version 1.14.0
- 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
- 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
- Added BuyerIsMaker property to socketClient.UsdFuturesApi.SubscribeToTradeUpdatesAsync update model
- Added Side to futures API shared interfaces trade subscription
Version 1.12.1
- Updated CryptoExchange.Net version
- Added Type property to BitMartExchange class
Version 1.12.0
- 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
- Added socketClient.UsdFuturesApi.SubscribeToBookTickerUpdatesAsync stream subscription
- Added restClient.UsdFuturesApi.ExchangeData.GetFundingRateHistoryAsync endpoint
- Added restClient.UsdFuturesApi.Account.GetTransactionHistoryAsync endpoint
Version 1.10.1
- Fixed clientOrderId parameter serialization in restClient.SpotApi.Trading.PlaceMultipleOrdersAsync
Version 1.10.0
- 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
- 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
- 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