Skip to content

Releases: JKorf/Mexc.Net

Mexc.Net Version 5.3.0

08 Jun 14:41

Choose a tag to compare

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

26 May 14:32

Choose a tag to compare

Updated CryptoExchange.Net to version 11.2.0
Added IndexPrice, FairPrice to MexFundingRate model

Mexc.Net Version 5.1.3

06 May 11:54

Choose a tag to compare

Improved stability order book starting/resyncing operations

Mexc.Net Version 5.1.2

03 May 06:48

Choose a tag to compare

Fixed restClient.FuturesApi.Trading.GetTriggerOrdersAsync status parameter serialization
Fixed restClient.FuturesApi.Trading.GetOrderHistoryAsync status parameter serialization

Mexc.Net Version 5.1.1

01 May 17:53

Choose a tag to compare

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

01 May 12:10

Choose a tag to compare

Added restClient.SpotApi.ExchangeData.GetOfflineSymbols endpoint

Mexc.Net Version 5.0.1

09 Apr 10:52

Choose a tag to compare

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

01 Apr 13:21

Choose a tag to compare

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

24 Mar 14:20

Choose a tag to compare

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

06 Mar 09:22

Choose a tag to compare

Updated CryptoExchange.Net to version 10.8.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Improved method XML comments