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