toggle menu
coingecko
1.0.0-rc01
common
switch theme
search in API
coingecko
/
coingecko.models.coins
/
MarketChart
Market
Chart
@
Serializable
data
class
MarketChart
(
val
prices
:
List
<
List
<
String
>
>
,
val
marketCaps
:
List
<
List
<
String
>
>
,
val
totalVolumes
:
List
<
List
<
String
>
>
)
Members
Constructors
Market
Chart
Link copied to clipboard
constructor
(
prices
:
List
<
List
<
String
>
>
,
marketCaps
:
List
<
List
<
String
>
>
,
totalVolumes
:
List
<
List
<
String
>
>
)
Properties
market
Caps
Link copied to clipboard
@
SerialName
(
value
=
"market_caps"
)
val
marketCaps
:
List
<
List
<
String
>
>
prices
Link copied to clipboard
val
prices
:
List
<
List
<
String
>
>
total
Volumes
Link copied to clipboard
@
SerialName
(
value
=
"total_volumes"
)
val
totalVolumes
:
List
<
List
<
String
>
>