DeFi
Special metrics
MakerDAO metrics
Common metrics
Description
Metrics related to DeFi protocols
Temporary these metrics are not updated from 2022-03-15.
Total Value Locked metrics:
defi_total_value_locked_[usd/eth]
- Shows total value locked in DeFi projects, available in USD and ETH.
Access
Measuring Unit
Amount of USD Dollars / ETH
Data Type
Frequency
Latency
Available Assets
Available for ethereum
.
SanAPI
Amount of total locked ETH coins is available under the defi_total_value_locked_eth
name.
1 2 3 4 5 6 7 8 9 10 11 12 13
{ getMetric(metric: "defi_total_value_locked_eth") { timeseriesData( slug: "ethereum" from: "2020-04-01T00:00:00Z" to: "2020-04-07T00:00:00Z" interval: "1h" ) { datetime value } } }
Denominated in USD - defi_total_value_locked_usd
.
1 2 3 4 5 6 7 8 9 10 11 12 13
{ getMetric(metric: "defi_total_value_locked_usd") { timeseriesData( slug: "ethereum" from: "2020-04-01T00:00:00Z" to: "2020-04-07T00:00:00Z" interval: "1h" ) { datetime value } } }