https://exmo.me/en/api (https://exmo.com/en/api) .NET implementation
Install-Package ExmoApi
var publicApi = new ExmoPublicApi();
var currencies = await publicApi.CurrencyAsync();
var authenticatedApi = new ExmoAuthenticatedAPI(key, secret);
var userInfo = await authenticatedApi.UserInfoAsync();
var walletApi = new ExmoWalletApi(key, secret);
var history = walletApi.WalletHistoryAsync(DateTime.Today);
If https://api.exmo.com/ not working:
var publicApi = new ExmoPublicApi(ExmoApiBase.ExmoMeApiAddress); //or use another exmo mirror