Always forget that

This commit is contained in:
JackTerok 2019-01-07 15:34:50 +01:00
parent 8e3a1a43fe
commit a0ffa25bb6
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ namespace Core.MarketAnalyzer
string result = "";
try
{
string baseUrl = "https://sandbox-api.coinmarketcap.com/v1/cryptocurrency/listings/latest?limit=200";
string baseUrl = "https://pro-api.coinmarketcap.com/v1/cryptocurrency/listings/latest?limit=200";
string cmcAPI = systemConfiguration.GeneralSettings.Application.CoinMarketCapAPIKey;
log.DoLogInfo("CoinMarketCap - Getting market data...");