Skip to content

Releases: JKorf/BingX.Net

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

Version 1.9.2

28 Aug 17:27
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to version 7.11.2, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.11.2
  • Fixed Boolean parameter serialization on PerpetualFuturesApi.Trading order endpoints
  • Added RealizedPnl property to PerpetualFuturesApi websocket position update
  • Added TimeOffline, TimeMaintenance properties to SpotApi symbol model
  • Added BrokerProhibited property to PerpetualFuturesApi contract response model

Version 1.9.1

23 Aug 14:00
Compare
Choose a tag to compare
  • Fixed enum type on OrderType property on socket perpetual futures order update

Version 1.9.0

19 Aug 17:38
Compare
Choose a tag to compare
  • Added PerpetualFuturesApi.Trading.GetPositionHistoryAsync endpoint
  • Updated PerpetualFuturesApi.Account.GetBalancesAsync to V3, returning both USDT and USDC balances
  • Added sync parameter to SpotApi.Trading.PlaceMultipleOrderAsync endpoint

Version 1.8.0

07 Aug 19:24
Compare
Choose a tag to compare

Version 1.7.0

27 Jul 13:34
Compare
Choose a tag to compare

Version 1.6.0

16 Jul 17:59
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to version 7.9.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.9.0
  • Updated internal classes to internal access modifier
  • Added PerpetualFuturesApi.ExchangeData.GetTickersAsync endpoint
  • Added PerpetualFuturesApi.ExchangeData.GetLastTradePricesAsync endpoint
  • Added PerpetualFuturesApi.ExchangeData.GetFundingRatesAsync endpoint
  • Added SpotApi.ExchangeData.GetLastTradesAsync endpoint
  • Added SpotApi.Account.GetUserIdAsync endpoint
  • Added SpotApi.Account.GetApiKeyPermissionsAsync endpoint
  • Added sync parameter to SpotApi.Trading.PlaceMultipleOrdersAsync
  • Updated API endpoint docs references
  • Fixed Spot and Futures KeepAliveUserStreamAsync endpoint
  • Fixed clientOrderId deserialization in websocket order updates

Version 1.5.0

02 Jul 19:04
Compare
Choose a tag to compare

Version 1.4.0

26 Jun 17:37
Compare
Choose a tag to compare