Skip to content

Releases: JKorf/BingX.Net

Version 1.16.0

19 Nov 13:16
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 BingXExchange class
  • Updated client constructors to accept IOptions from DI
  • Removed redundant BingXSocketClient constructor

Version 1.15.1

15 Nov 09:50
Compare
Choose a tag to compare
  • Fixed available balance response on shared futures implementation
  • Removed symbol parameters from GetPositionModeAsync and SetPositionModeAsync endpoints

Version 1.15.0

13 Nov 12:37
Compare
Choose a tag to compare
  • Added initial SubAccount API implementation

Version 1.14.0

06 Nov 13:46
Compare
Choose a tag to compare

Version 1.13.0

04 Nov 07:42
Compare
Choose a tag to compare
  • Added restClient.PerpetualFuturesApi.Account.GetIsolatedMarginChangeHistoryAsync endpoint
  • Added settleAsset parameter to FuturesApi.Trading endpoints

Version 1.12.0

28 Oct 13:35
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to version 8.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.1.0
  • Moved FormatSymbol to BingXExchange class
  • Added support Side setting on SharedTrade model
  • Added BingXTrackerFactory for creating trackers
  • Added overload to Create method on BingXOrderBookFactory support SharedSymbol parameter
  • Added Shared websocket kline subscription implementation for futures and spot APIs

Version 1.11.2

21 Oct 13:55
Compare
Choose a tag to compare
  • Added Tier property to restClient.PerpetualFuturesApi.Trading.GetPositionAndMarginInfoAsync response model
  • Added ReduceOnly property to socketClient.PerpetualFuturesApi.SubscribeToUserDataUpdatesAsync order update model

Version 1.11.1

14 Oct 16:32
Compare
Choose a tag to compare

Version 1.11.0

27 Sep 09:32
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 Perpetual Futures Rest and Socket clients
  • Added check for api credentials in rest user stream operations
  • Added PerpetualFuturesApi.Trading.GetUserTradesAsync endpoint
  • Added timeInForce parameter to SpotApi.Trading.PlaceOrderAsync endpoint
  • Updated fromId parameter on SpotApi.Trading.GetuserTradesAsync from int? to long?
  • Updated KlineInterval Enum values to match number of seconds
  • Updated Sourcelink package version
  • Marked ISpotClient references as deprecated

Version 1.10.0

11 Sep 13:39
Compare
Choose a tag to compare
  • Fixed request signing for requests with special characters
  • Added SpotApi Oco endpoints