@JsonClass(true) data class CoinGeckoMarketData
Market data of a CoinGecko cryptocurrency.
<init> |
Market data of a CoinGecko cryptocurrency. CoinGeckoMarketData(currentPrices: Map<String, Double>, change: Double?) |
change |
The price change during the last 24 hours. val change: Double? |
currentPrices |
A Map containing currency names and their respective value. val currentPrices: Map<String, Double> |