Releases: JKorf/CoinEx.Net
Releases · JKorf/CoinEx.Net
Version 7.9.0
- Updated CryptoExchange.Net to version 8.2.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.2.0
Version 7.8.0
- Updated CryptoExchange.Net to version 8.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.1.0
- Moved FormatSymbol to CoinExExchange class
- Added support Side setting on SharedTrade model
- Added CoinExTrackerFactory for creating trackers
- Added overload to Create method on CoinExOrderBookFactory support SharedSymbol parameter
Version 7.7.2
- Updated CryptoExchange.Net to version 8.0.3, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.0.3
- Fixed TypeLoadException during initialization
Version 7.7.1
- Fixed Shared interface REST spot order quantity parsing
- Fixed Shared interface REST spot order status parsing
Version 7.7.0
- 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 Futures Rest and Socket clients
- Added memo parameter to SpotApi.Account.WithdrawAsync
- Added Role property to CoinExUserTrade model
- Updated Sourcelink package version
- Updated QuantityPrecision and PricePrecision property types from decimal to int on CoinExFuturesSymbol
- Fixed Quantity property type from long to decimal in CoinExDeposit model
- Fixed QuantityCredited property type from long to decimal? in CoinExDepositModel
- Fixed FuturesApi.SubscribeToTickerUpdatesAsync subscription
- Marked ISpotClient references as deprecated
Version 7.6.1
- Added SpotApiV2.Account.GetTransactionHistoryAsync endpoint
Version 7.6.0
- Added futures API batch endpoints:FuturesApi.Trading.PlaceMultipleOrdersAsync, PlaceMultipleStopOrdersAsync, CancelOrdersAsync and CancelStopOrdersAsync
- Added spot API batch endpoints: SpotApiV2.Trading.PlaceMultipleOrdersAsync, PlaceMultipleStopOrdersAsync, CancelOrdersAsync and CancelStopOrdersAsync
- Added stpMode paramaters to spot and futures PlaceOrderAsync and PlaceStopOrderAsync endpoints
Version 7.5.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
- Added deprecation notice to V1 Spot API
Version 7.4.0
- Updated CryptoExchange.Net to version 7.10.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.10.0
Version 7.3.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 SpotApiV2.ExchangeData.GetAssetsAsync endpoint