Releases: JKorf/Mexc.Net
Mexc.Net Version 5.3.0
Updated CryptoExchange.Net to version 11.2.2
Added restClient.SpotApi.Account.GetRebateHistoryAsync endpoint
Added restClient.SpotApi.Account.GetRebateDetailsAsync endpoint
Added restClient.SpotApi.Account.GetRebateKickbackAsync endpoint
Added restClient.SpotApi.Account.GetAffiliateCommissionAsync endpoint
Added Shared IFuturesOrderClientIdRestClient implementation
Fixed Shared GetFuturesUserTradesAsync Side determination
Fixed MexcUserAsset name property deserialization
Fixed incorrect network naming handling in Shared GetAssetsAsync implementation
Fixed partially canceled orders not returned in Shared Spot GetClosedSpotOrdersAsync implementation
Fixed user client provider not caching new client when previous client was disposed
Mexc.Net Version 5.2.0
Updated CryptoExchange.Net to version 11.2.0
Added IndexPrice, FairPrice to MexFundingRate model
Mexc.Net Version 5.1.3
Improved stability order book starting/resyncing operations
Mexc.Net Version 5.1.2
Fixed restClient.FuturesApi.Trading.GetTriggerOrdersAsync status parameter serialization
Fixed restClient.FuturesApi.Trading.GetOrderHistoryAsync status parameter serialization
Mexc.Net Version 5.1.1
Fixed incorrect order status enum in MexcStopOrder and MexcFuturesTriggerOrder models
Fixed incorrect order status enum parameter in GetTriggerOrdersAsync endpoint
Mexc.Net Version 5.1.0
Added restClient.SpotApi.ExchangeData.GetOfflineSymbols endpoint
Mexc.Net Version 5.0.1
Updated CryptoExchange.Net to version 11.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Added NextSettleTime to MexcFundingRateUpdate model
Mexc.Net Version 5.0.0
Added FuturesApi endpoints
Added FuturesApi SubscribeToSymbolUpdatesAsync websocket stream
Added missing FuturesApi user websocket stream callbacks
Added IFeeRestClient, IFuturesOrderRestClient and IFuturesTriggerOrderRestClient REST Shared implementations
Added IUserTradeSocketClient Socket Shared implementation
Added Futures UserDataTracker implementation
Updated existing FuturesApi endpoints
Fixed some issues in existing FuturesApi implementation
Mexc.Net Version 4.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 MexcCredentials
Updated Shared order status parsing to default to Unknown value if not parsable
Added support for specifying non-HMAC credentials via Configuration
Mexc.Net Version 4.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