Releases: JKorf/BingX.Net
Releases · JKorf/BingX.Net
Version 1.16.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 BingXExchange class
- Updated client constructors to accept IOptions from DI
- Removed redundant BingXSocketClient constructor
Version 1.15.1
- Fixed available balance response on shared futures implementation
- Removed symbol parameters from GetPositionModeAsync and SetPositionModeAsync endpoints
Version 1.15.0
- Added initial SubAccount API implementation
Version 1.14.0
- Updated CryptoExchange.Net to version 8.2.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.2.0
Version 1.13.0
- Added restClient.PerpetualFuturesApi.Account.GetIsolatedMarginChangeHistoryAsync endpoint
- Added settleAsset parameter to FuturesApi.Trading endpoints
Version 1.12.0
- 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
- Added Tier property to restClient.PerpetualFuturesApi.Trading.GetPositionAndMarginInfoAsync response model
- Added ReduceOnly property to socketClient.PerpetualFuturesApi.SubscribeToUserDataUpdatesAsync order update model
Version 1.11.1
- Updated CryptoExchange.Net to version 8.0.3, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.0.3
- Fixed TypeLoadException during initialization
Version 1.11.0
- 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
- Fixed request signing for requests with special characters
- Added SpotApi Oco endpoints