CoinMarketData class

Coin market data wrapper

Constructors

CoinMarketData.fromJson(Map<String, dynamic> json)

Properties

circulatingSupply double?
Circulating supply
final
dataByCurrency List<MarketData>
Market data by currency
final
fdvToTvlRatio double?
Fully Diluted Valuation to TVL ratio
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdated DateTime?
The moment at which the data was last updated
final
marketCapChange24h double?
Market capitalization change in 24 hours
final
marketCapChangePercentage24h double?
Market capitalization change percentage in 24 hours
final
maxSupply double?
Max supply
final
mcapToTvlRatio double?
Market capitalization to TVL ratio
final
priceChange24h double?
Price change in 24 hours
final
priceChangePercentage1y double?
Price change percentage in 1 year
final
priceChangePercentage7d double?
Price change percentage in 7 days
final
priceChangePercentage14d double?
Price change percentage in 14 days
final
priceChangePercentage24h double?
Price change percentage in 24 hours
final
priceChangePercentage30d double?
Price change percentage in 30 days
final
priceChangePercentage60d double?
Price change percentage in 60 days
final
priceChangePercentage200d double?
Price change percentage in 200 days
final
roi double?
Return On Investment (profitability or efficiency of investment)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sparkline7d MarketSparkline?
Sparkline in 7 days
final
totalSupply double?
Total supply
final
totalValueLocked double?
Total Value Locked
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited