Price Metrics
Definition
The marketcap in USD is derived as the price of an asset in USD multiplied by the total supply of the same asset.
Access
Measuring Unit
Amount in dollars/usdt/bitcoins
Data Type
Change Metrics
Frequency
Latency
Available Assets
Available assets for marketcap_usd
SanAPI
Marketcap USD
1 2 3 4 5 6 7 8 9 10 11 12 13
{ getMetric(metric: "marketcap_usd") { timeseriesData( slug: "ethereum" from: "2020-04-01T00:00:00Z" to: "2020-04-07T00:00:00Z" interval: "1d" ) { datetime value } } }