Skip to content

Releases: JKorf/BingX.Net

BingX.Net Version 2.6.1

26 Aug 13:44
Compare
Choose a tag to compare
  • Added check for 0 value in Shared Spot API order update
  • Fixed body incorrectly set to formdata when json is requested
  • Fixed incorrect request for requests with json body

BingX.Net Version 2.6.0

25 Aug 09:34
Compare
Choose a tag to compare

BingX.Net Version 2.5.1

21 Aug 12:33
Compare
Choose a tag to compare
  • Added insufficient balance error mapping
  • Added error mapping for expired listen key

BingX.Net Version 2.5.0

20 Aug 11:53
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to version 9.5.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
  • Added improved error parsing
  • Updated rest request sending too prevent duplicate parameter serialization
  • Fixed incorrect API url for restClient.SpotApi.ExchangeData.GetTradeHistoryAsync endpoint

Updates notes:

  • Error.Code is deprecated, use Error.ErrorCode instead for checking specific errors

BingX.Net Version 2.4.0

04 Aug 11:58
Compare
Choose a tag to compare

BingX.Net Version 2.3.0

23 Jul 12:46
Compare
Choose a tag to compare

BingX.Net Version 2.2.2

17 Jul 11:01
Compare
Choose a tag to compare
  • Updated no data check on PerpetualFutures websocket connection from 10 seconds to 40 seconds as the server ping interval has changed from 5 to 30 seconds

BingX.Net Version 2.2.1

16 Jul 09:13
Compare
Choose a tag to compare

BingX.Net Version 2.2.0

15 Jul 11:39
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to version 9.2.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
  • Added DisplayName property to BingXContract, BingXSymbol and BingXAsset models
  • Added WalletType property to BingXDepositAddress model
  • Added transactionId parameter to restClient.SpotApi.Account.GetDepositHistoryAsync and GetWithdrawalHistoryAsync

Version 2.1.1

20 Jun 09:53
Compare
Choose a tag to compare
  • Added QuantityFilled to BingXFuturesOrder model
  • Updated IsCloseOrder logic in Shared Rest Futures order mapping
  • Updated RealizedPnl property on BingXFuturesBalanceUpdate model to be nullable