double? getMarketCapIn(String vsCurrency) { return Convert.toDoubleN(_json['${vsCurrency.toLowerCase()}_market_cap']); }