Skip to content

Releases: JKorf/BitMart.Net

Version 1.4.0

21 Oct 13:42
Compare
Choose a tag to compare
  • 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

Version 1.3.2

14 Oct 16:36
Compare
Choose a tag to compare

Version 1.3.1

14 Oct 13:59
Compare
Choose a tag to compare
  • Fixed symbol formatting order book factory
  • Fixed IBitMartOrderBookFactory DI lifetime

Version 1.3.0

08 Oct 12:10
Compare
Choose a tag to compare
  • Added UsdFuturesApi.Trading.PlaceTpSlOrderAsync endpoint
  • Added UsdFuturesApi.Trading.EditTpSlOrderAsync endpoint
  • Added UsdFuturesApi.Trading.EditTriggerOrderAsync endpoint
  • Added UsdFuturesApi.Trading.EditPresetTriggerOrderAsync endpoint
  • Added clientOrderId parameter to CancelOrderAsync and CancelTriggerOrderAsync endpoints
  • Added planType parameter to GetTriggerOrdersAsync endpoint

Version 1.2.0

27 Sep 09:43
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to version 8.0.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.0.0
  • Added Shared client interfaces implementation for Spot and Usd Futures Rest and Socket clients
  • Added SpotApi.Account.GetDepositHistoryAsync endpoint
  • Added SpotApi.Account.GetwithdrawalHistoryAsync endpoint
  • Updated Sourcelink package version
  • Updated FuturesKlineInterval, FuturesStreamKlineInterval and KlineStreamInterval Enum values to match number of seconds
  • Updated TradeStatus property type from string to SymbolStatus? Enum on BitMartSymbol model
  • Fixed UsdFuturesApi.Trading.GetClosedOrdersAsync and GetUserTradesAsync startTime/endTime filter
  • Marked ISpotClient references as deprecated

Version 1.1.3

11 Sep 13:34
Compare
Choose a tag to compare
  • Fixed SpotApi Websocket error response parsing

Version 1.1.2

25 Aug 16:56
Compare
Choose a tag to compare

Version 1.1.1

09 Aug 14:51
Compare
Choose a tag to compare
  • Fixed SpotApi.GetSymbolName not being implemented

Version 1.1.0

07 Aug 19:21
Compare
Choose a tag to compare

Version 1.0.1

02 Aug 11:46
Compare
Choose a tag to compare
  • Removed temporary workaround for UsdFuturesApi.Account.GetBalancesAsync as endpoint is fixed