Releases: JKorf/BingX.Net
BingX.Net Version 3.12.0
Updated CryptoExchange.Net to version 11.2.2
Added restClient.PerpetualFuturesApi.Trading.CancelReplaceOrderAsync endpoint
BingX.Net Version 3.11.1
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
Updated CryptoExchange.Net to version 11.2.0
BingX.Net Version 3.10.2
Fixed Shared SpotApi PlaceOrderAsync not marked as supporting limit maker orders
BingX.Net Version 3.10.1
Added SymbolsUsdcReplaceFilter to websocket options
Added TGBP websocket symbol for not replacing USDC to USD
BingX.Net Version 3.10.0
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
Fix issue in credentials copying
BingX.Net Version 3.9.0
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
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
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