Releases: JKorf/BingX.Net
Releases · JKorf/BingX.Net
Version 1.9.2
- 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
- Fixed enum type on OrderType property on socket perpetual futures order update
Version 1.9.0
- 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
- Updated CryptoExchange.Net to version 7.11.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.11.0
- Updated XML code comments
- Fixed PerpetualFuturesApi.Account.SetMarginModeAsync endpoint
Version 1.7.0
- Updated CryptoExchange.Net to version 7.10.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.10.0
Version 1.6.0
- 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
- Updated CryptoExchange.Net to V7.8.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.8.0
- Added TakeProfit/StopLoss parameters to perpetual futures order endpoints
Version 1.4.0
- Updated CryptoExchange.Net to 7.7.2, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.7.2
- Added rate limiting ratelimiting implementation
- Updated BingXPosition model
Version 1.3.2
- Updated CryptoExchange.Net to version 7.7.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.7.0
Version 1.3.1
- Fixed bingXClient.PerpetualFuturesApi.ExchangeData.GetContractsAsync response parsing by updating Status mapping