Releases: JKorf/BitMart.Net
Releases · JKorf/BitMart.Net
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
Version 1.7.0
- Updated CryptoExchange.Net to version 8.2.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.2.0
Version 1.6.0
- Added socketClient.UsdFuturesApi.SubscribeToOrderBookSnapshotUpdatesAsync subscription
- Added socketClient.UsdFuturesApi.SubscribeToOrderBookIncrementalUpdatesAsync subscription
- Added IOrderBookSocketClient to UsdFuturesApi Shared socket implementations
- Added MaxMarketOrderQuantity to BitMartContract response model
Version 1.5.0
- Updated CryptoExchange.Net to version 8.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.1.0
- Moved FormatSymbol to BitMartExchange class
- Added support Side setting on SharedTrade model
- Added BitMartTrackerFactory for creating trackers
- Added overload to Create method on BitMartOrderBookFactory support SharedSymbol parameter
Version 1.4.0
- Added restClient.UsdFuturesApi.Account.GetSymbolTradeFeeAsync endpoint
- Added TakerFeeRateD and MakerFeeRateD properties to restClient.SpotApi.Account.GetBaseTradeFeesAsync response model
- Added FundingIntervalHours to restClient.UsdFuturesApi.ExchangeData.GetContractsAsync response model