Transaction Volume
Description
This metric shows the aggregate amount of coins/tokens across all transactions that happened on the network for a given asset in an interval.
Access
Measuring Unit
Amount of coins/tokens
Data Type
Change Metrics
Frequency
Latency
Available Assets
Available for these assets
SanAPI
Available under the transaction_volume
name.
1 2 3 4 5 6 7 8 9 10 11 12 13
{ getMetric(metric: "transaction_volume") { timeseriesData( slug: "santiment" from: "2020-04-01T00:00:00Z" to: "2020-04-07T00:00:00Z" interval: "1d" ) { datetime value } } }