Price Metrics
Definition
The Trading Volume is the volume traded on exchanges.
Access
Measuring Unit
Amount in dollars/usdt/bitcoins
Data Type
Change Metrics
Frequency
Latency
Available Assets
Available assets for volume_usd
SanAPI
Volume USD
1 2 3 4 5 6 7 8 9 10 11 12 13
{ getMetric(metric: "volume_usd") { timeseriesData( slug: "ethereum" from: "2020-04-01T00:00:00Z" to: "2020-04-07T00:00:00Z" interval: "1d" ) { datetime value } } }