MarketChart

@Serializable
data class MarketChart(val prices: List<List<String>>, val marketCaps: List<List<String>>, val totalVolumes: List<List<String>>)

Constructors

Link copied to clipboard
constructor(prices: List<List<String>>, marketCaps: List<List<String>>, totalVolumes: List<List<String>>)

Properties

Link copied to clipboard
@SerialName(value = "market_caps")
val marketCaps: List<List<String>>
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "total_volumes")
val totalVolumes: List<List<String>>