Skip to content

Releases: JKorf/BingX.Net

BingX.Net Version 3.12.0

08 Jun 14:30

Choose a tag to compare

Updated CryptoExchange.Net to version 11.2.2
Added restClient.PerpetualFuturesApi.Trading.CancelReplaceOrderAsync endpoint

BingX.Net Version 3.11.1

02 Jun 13:34

Choose a tag to compare

Fixed Shared GetFundingRateAsync not returning data without startTime filter
Fixed GetFundingRateHistoryAsync returning null data if no data found
Fixed user client provider not caching new client when previous client was disposed

BingX.Net Version 3.11.0

26 May 14:17

Choose a tag to compare

Updated CryptoExchange.Net to version 11.2.0

BingX.Net Version 3.10.2

01 May 08:55

Choose a tag to compare

Fixed Shared SpotApi PlaceOrderAsync not marked as supporting limit maker orders

BingX.Net Version 3.10.1

24 Apr 08:09

Choose a tag to compare

Added SymbolsUsdcReplaceFilter to websocket options
Added TGBP websocket symbol for not replacing USDC to USD

BingX.Net Version 3.10.0

09 Apr 11:08

Choose a tag to compare

Updated CryptoExchange.Net to version 11.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Added NeedsTagOrMemo, DisplayName properties to BingXAsset model
Added DisplayName to BingXBalance model
Added AddressWithPrefix to BingXDepositAddress model
Added Symbol to BingXLeverage model
Added Symbol to BingXMarginMode model
Added OrigClientOrderId to BingXOrderDetail model
Added SourceAddress, WithdrawOrderId to BingXWithdrawal model
Fixed TransferType lowercase name property name on BingXWithdrawal

BingX.Net Version 3.9.1

24 Mar 15:46

Choose a tag to compare

Fix issue in credentials copying

BingX.Net Version 3.9.0

24 Mar 14:38

Choose a tag to compare

Updated CryptoExchange.Net to version 11.0.1, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Updated class for supplying API credentials from ApiCredentials to BingXCredentials
Updated Shared order status parsing to default to Unknown value if not parsable
Added missing SymbolStatus Enum value
Added LastUpdateId property to BingXOrderBook model
Added MaxMarketNotional property to BingXSymbol model
Added MarkPrice property to BingXFundingRateHistory model
Added FundingIntervalHours, MinFundingRate, MaxFundingRate and UpdateTime properties to BingXFundingRate
Added OfflineTime, MaintenanceTime and LaunchTime properties on BingXContract model
Added LastUpdateId and UpdateTime properties on BingXFuturesBookTicker model
Fixed Timestamp mapping on BingXFuturesTrade model

BingX.Net Version 3.8.0

06 Mar 09:41

Choose a tag to compare

Updated CryptoExchange.Net to version 10.8.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Improved method XML comments

BingX.Net Version 3.7.0

24 Feb 13:59

Choose a tag to compare

Updated CryptoExchange.Net to version 10.7.0
Added additional Http settings to client options
Updated Shared REST interfaces pagination logic
Updated HttpClient registration, fixing issue of DNS changes not getting processed
Fixed UserClientProvider using unconfigured HttpClient