Protocols
This metric shows the total amount of liquidity available for each token on the version 1 of the Aave platform, allowing users to assess the depth of the market and the potential ease of borrowing or supplying assets. Users may not be able to withdraw funds if the liquidity drops too far. This means that they would need to wait until more liquidity is deposited by other users to be able to borrow or withdraw funds.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/aave_v1_available_liquidity_sum_by_token HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"AAVE": 0,
"BAT": 0,
"BUSD": 0,
"DAI": 1087260.3149047834,
"ENJ": 0,
"ETH": 4386785.867489108,
"KNC": 0,
"LEND": 0,
"LINK": 0,
"MANA": 0,
"MKR": 0,
"REN": 0,
"REP": 0,
"SNX": 0,
"TUSD": 0,
"UNI": 0,
"USDC": 1154774.227493824,
"USDT": 0,
"WBTC": 0,
"YFI": 0,
"ZRX": 0,
"sUSD": 0
}
}
]
This metric represents the percentage of available liquidity for each token on the version 1 of the Aave platform relative to the total available liquidity across all tokens. It provides insights into the distribution of liquidity and the prominence of individual tokens within the platform.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/aave_v1_available_liquidity_perc_by_token HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"AAVE": 0,
"BAT": 0,
"BUSD": 0,
"DAI": 0.16402017971146096,
"ENJ": 0,
"ETH": 0.6617747346037114,
"KNC": 0,
"LEND": 0,
"LINK": 0,
"MANA": 0,
"MKR": 0,
"REN": 0,
"REP": 0,
"SNX": 0,
"TUSD": 0,
"UNI": 0,
"USDC": 0.17420508568482768,
"USDT": 0,
"WBTC": 0,
"YFI": 0,
"ZRX": 0,
"sUSD": 0
}
}
]
This metric represents the interest rate paid to users who provide collateral for each token on the version 1 of the Aave platform. It allows users to compare the rates they can earn when supplying different tokens as collateral, enabling them to make informed decisions when participating in the lending market. Aave's interest rate algorithm is calibrated to manage liquidity risk and optimise utilisation.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/aave_v1_collateral_rate_by_token HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"AAVE": 0,
"BAT": 0,
"BUSD": 0,
"DAI": 0,
"ENJ": 0,
"ETH": 0,
"KNC": 0,
"LEND": 0,
"LINK": 0,
"MANA": 0,
"MKR": 0,
"REN": 0,
"REP": 0,
"SNX": 0,
"TUSD": 0,
"UNI": 0,
"USDC": 0,
"USDT": 0,
"WBTC": 0,
"YFI": 0,
"ZRX": 0,
"sUSD": 0
}
}
]
\n The total cumulative count of all activities performed within the version 1 of the Aave protocol. This includes the count of deposits, withdrawals, stable borrows, variable borrows, repays, liquidations, flash loans, rebalance stable borrow rate, swaps to stable rate mode and swaps to variable rate mode.\n Stacked Count represents the overall frequency of the financial transactions that have taken place within the Aave protocol and can provide insight into the overall usage and popularity of the platform.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/aave_v1_count_by_action HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"deposits": 0,
"flash_loans": 0,
"liquidations": 0,
"rebalance_stable_borrow_rate": 0,
"repays": 0,
"stable_borrows": 0,
"swap_to_stable_rate": 0,
"swap_to_variable_rate": 0,
"variable_borrows": 0,
"withdrawals": 1
}
}
]
This metric displays the stable borrow rate for each token on the version 1 of the Aave platform. The stable borrow rate is a fixed interest rate that users can choose when borrowing assets, offering predictable repayment costs over the loan's duration. Aave's interest rate algorithm is calibrated to manage liquidity risk and optimise utilisation.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/aave_v1_stable_borrow_rate_by_token HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"AAVE": 0,
"BAT": 0,
"BUSD": 0,
"DAI": 0,
"ENJ": 0,
"ETH": 0,
"KNC": 0,
"LEND": 0,
"LINK": 0,
"MANA": 0,
"MKR": 0,
"REN": 0,
"REP": 0,
"SNX": 0,
"TUSD": 0,
"UNI": 0,
"USDC": 0,
"USDT": 0,
"WBTC": 0,
"YFI": 0,
"ZRX": 0,
"sUSD": 0
}
}
]
This metric displays the variable borrow rate for each token on the version 1 of the Aave platform. The variable borrow rate is an interest rate that changes with market conditions, providing users with potentially lower borrowing costs but increased risk due to rate fluctuations. Aave's interest rate algorithm is calibrated to manage liquidity risk and optimise utilisation.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/aave_v1_variable_borrow_rate_by_token HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"AAVE": 0,
"BAT": 0,
"BUSD": 0,
"DAI": 0,
"ENJ": 0,
"ETH": 0,
"KNC": 0,
"LEND": 0,
"LINK": 0,
"MANA": 0,
"MKR": 0,
"REN": 0,
"REP": 0,
"SNX": 0,
"TUSD": 0,
"UNI": 0,
"USDC": 0,
"USDT": 0,
"WBTC": 0,
"YFI": 0,
"ZRX": 0,
"sUSD": 0
}
}
]
\n The total cumulative volume of all activities performed within the version 1 of the Aave protocol. This includes the volume of deposits, withdrawals, stable borrows, variable borrows, repays, debt liquidations, collateral liquidations (receiving the underlying token or the aToken) and flash loans.\n Stacked Volume represents the overall magnitude of the financial transactions that have taken place within the Aave protocol and can provide insight into the overall growth and usage of the platform.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/aave_v1_volume_sum_by_action HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"collateral_liquidations_in_atoken": 0,
"collateral_liquidations_in_underlying_token": 0,
"debt_liquidations": 0,
"deposits": 0,
"flash_loans": 0,
"repays": 0,
"stable_borrows": 0,
"variable_borrows": 0,
"withdrawals": 247.64816304967823
}
}
]
This metric indicates the total value of assets locked on the version 2 of the Aave platform, broken down into available liquidity, stable borrows, and variable borrows. This representation allows for visualization of the amounts of these components within the total value locked, addressing the fact that borrows might not always be considered when computing the total value locked. It reflects the overall usage and popularity of the platform.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/aave_v2_total_value_locked_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"available_liquidity_usd": 784894710.5239239,
"stable_borrows_usd": 0,
"variable_borrows_usd": 300909455.7339765
}
}
]
This metric displays the proportion of the total value locked in the version 2 of the Aave platform, broken down into available liquidity, stable borrows, and variable borrows. This representation allows for visualization of the proportions of these components within the total value locked, addressing the fact that borrows might not always be considered when computing the total value locked. It reflects the overall usage and popularity of the platform.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/aave_v2_total_value_locked_perc HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"available_liquidity_usd_pct": 0.7228694960979691,
"stable_borrows_usd_pct": 0,
"variable_borrows_usd_pct": 0.2771305039020309
}
}
]
This metric represents the percentage of available liquidity for each token on the version 2 of the Aave platform relative to the total available liquidity across all tokens. It provides insights into the distribution of liquidity and the prominence of individual tokens within the platform.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/aave_v2_available_liquidity_perc_by_token HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"1INCH": 0.000019676884902029036,
"AAVE": 0.009262085149094481,
"AMPL": 0.018000496426213094,
"BAL": 0.00014988888159242147,
"BAT": 0.00007943275703961067,
"BUSD": 0.0007220669393111513,
"CRV": 0.0010012569673901995,
"CVX": 0.00009309985757501205,
"DAI": 0.03175736986311758,
"DPI": 0.00006697494441087287,
"ENJ": 0.00003619859663713496,
"ENS": 0.00022657369960520465,
"FEI": 0.000009389073528873736,
"FRAX": 0.0006041156260475049,
"GUSD": 0.0004339063636010397,
"KNC": 0.000012260435513580426,
"LINK": 0.0206416970791343,
"LUSD": 0.00011326975525381367,
"MANA": 0.00028239449363724875,
"MKR": 0.0024790291193533616,
"RAI": 0.00023792332661790174,
"REN": 0.00009359057741711765,
"SNX": 0.0008553860258874087,
"TUSD": 0.0004871637750819693,
"UNI": 0.0006855662201178115,
"USDC": 0.03819634457183393,
"USDP": 0.00016092086726188058,
"USDT": 0.021558578137600933,
"UST": 0,
"WBTC": 0.4000338919073023,
"WETH": 0.31516925851899513,
"YFI": 0.0003409246615852335,
"ZRX": 0.00012286135891329404,
"renFIL": 0,
"sUSD": 0.0005724443007816967,
"stETH": 0.13495385459162484,
"xSUSHI": 0.0005401082460200218
}
}
]
This metric shows the total amount of liquidity available for each token on the version 2 of the Aave platform, allowing users to assess the depth of the market and the potential ease of borrowing or supplying assets. Users may not be able to withdraw funds if the liquidity drops too far. This means that they would need to wait until more liquidity is deposited by other users to be able to borrow or withdraw funds.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/aave_v2_available_liquidity_sum_by_token HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"1INCH": 15444.282879190649,
"AAVE": 7269761.641946447,
"AMPL": 14128494.431739453,
"BAL": 117646.99032823836,
"BAT": 62346.35084272239,
"BUSD": 566746.5213095217,
"CRV": 785881.2975797924,
"CVX": 73073.58576115762,
"DAI": 24926191.625712853,
"DPI": 52568.27960572795,
"ENJ": 28412.087028876333,
"ENS": 177836.49836396158,
"FEI": 7369.434149533187,
"FRAX": 474167.1594295354,
"GUSD": 340570.8096531265,
"KNC": 9623.150983328944,
"LINK": 16201558.853649642,
"LUSD": 88904.8317610578,
"MANA": 221649.9443369584,
"MKR": 1945776.8430152347,
"RAI": 186744.76057264698,
"REN": 73458.74916957544,
"SNX": 671387.9671751073,
"TUSD": 382372.27022070426,
"UNI": 538097.2998843504,
"USDC": 29980108.81578164,
"USDP": 126305.93752677254,
"USDT": 16921213.94661968,
"UST": 0,
"WBTC": 313984485.7883407,
"WETH": 247374683.93130642,
"YFI": 267589.96356540854,
"ZRX": 96433.23073882583,
"renFIL": 0,
"sUSD": 449308.50375311985,
"stETH": 105924566.6337811,
"xSUSHI": 423928.1054114693
}
}
]
This metric displays the total amount of assets borrowed for each token on the version 2 of the Aave platform, providing insights into the borrowing demand for individual tokens and the overall usage of the platform.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/aave_v2_borrows_sum_by_token HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"1INCH": 212.2442421246463,
"AAVE": 0,
"AMPL": 4735.905058170798,
"BAL": 4256.078851658499,
"BAT": 1009.5793778137682,
"BUSD": 20294.70257331673,
"CRV": 1392.818512486472,
"CVX": 227.6872051147566,
"DAI": 18547922.88601923,
"DPI": 14209.61884086781,
"ENJ": 13839.52721264696,
"ENS": 511.3464285184436,
"FEI": 1493.6815509402797,
"FRAX": 83427.10545671238,
"GUSD": 108991.07879155778,
"KNC": 4919.345886405272,
"LINK": 586577.0795488106,
"LUSD": 27729.816678635125,
"MANA": 37296.88881257937,
"MKR": 1334.272864857281,
"RAI": 38259.52725472407,
"REN": 234.58610143692692,
"SNX": 2315.9037242867093,
"TUSD": 19121.125198083733,
"UNI": 16142.28572949961,
"USDC": 88561427.58629692,
"USDP": 63765.00922138713,
"USDT": 66135924.58165007,
"UST": 0,
"WBTC": 31437107.558964044,
"WETH": 95066547.2304751,
"YFI": 222.5320956427152,
"ZRX": 1476.8991540519771,
"renFIL": 0,
"sUSD": 106247.20256802769,
"stETH": 0,
"xSUSHI": 282.0416307470687
}
}
]
This metric shows the percentage of borrowed assets for each token on the version 2 of the Aave platform relative to the total borrowed assets across all tokens. It offers insights into the borrowing demand distribution and the relative popularity of individual tokens within the borrowing market on the platform.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/aave_v2_borrows_perc_by_token HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"1INCH": 7.053425476675084e-7,
"AAVE": 0,
"AMPL": 0.000015738638211348354,
"BAL": 0.000014144051542937053,
"BAT": 0.0000033550935624512314,
"BUSD": 0.00006744454913792594,
"CRV": 0.000004628696393368954,
"CVX": 7.566635104881745e-7,
"DAI": 0.06163954815170979,
"DPI": 0.000047222241010033385,
"ENJ": 0.00004599233074577092,
"ENS": 0.0000016993365239093951,
"FEI": 0.000004963890374587601,
"FRAX": 0.00027724986326274625,
"GUSD": 0.00036220556288504597,
"KNC": 0.000016348259560026233,
"LINK": 0.0019493474477830397,
"LUSD": 0.00009215335759721052,
"MANA": 0.00012394721435923317,
"MKR": 0.000004434134054055334,
"RAI": 0.00012714631104363824,
"REN": 7.79590328475142e-7,
"SNX": 0.000007696347456538949,
"TUSD": 0.00006354444778560914,
"UNI": 0.00005364499327588575,
"USDC": 0.2943125445170157,
"USDP": 0.00021190762871127434,
"USDT": 0.219786794071764,
"UST": 0,
"WBTC": 0.10447364467920374,
"WETH": 0.31593074068938565,
"YFI": 7.395317475149337e-7,
"ZRX": 0.000004908118126263377,
"renFIL": 0,
"sUSD": 0.00035308695204964616,
"stETH": 0,
"xSUSHI": 9.372973343729413e-7
}
}
]
This metric represents the interest rate paid to users who provide collateral for each token on the version 2 of the Aave platform. It allows users to compare the rates they can earn when supplying different tokens as collateral, enabling them to make informed decisions when participating in the lending market.. Aave's interest rate algorithm is calibrated to manage liquidity risk and optimise utilisation.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/aave_v2_collateral_rate_by_token HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"1INCH": 0.00003907057626320193,
"AAVE": 0,
"AMPL": 0.024433425330467225,
"BAL": 0.00010965127118184636,
"BAT": 0.00003949496594019386,
"BUSD": 0.0002711335205685484,
"CRV": 0.000006059203924636125,
"CVX": 0.000008792064042555667,
"DAI": 0.4173528700845173,
"DPI": 0.0007240123461314951,
"ENJ": 0.0007422603821875686,
"ENS": 0.000006760998406261523,
"FEI": 0.000987943985586648,
"FRAX": 0.0003221379215404335,
"GUSD": 0.00326343473559654,
"KNC": 0.0008193364333302005,
"LINK": 0.004321909590075691,
"LUSD": 0.0025805591242013875,
"MANA": 0.00035136042757277986,
"MKR": 0.0000016442612789220074,
"RAI": 0.00041249817379113493,
"REN": 0.000007720253299119788,
"SNX": 0.000012094797032360914,
"TUSD": 0.0002612491919818389,
"UNI": 0.00006955491846498291,
"USDC": 0.9585022309959791,
"USDP": 0.0034771265333532015,
"USDT": 5.376817701947969,
"UST": 0.00008489210840354741,
"WBTC": 0.010821570153161668,
"WETH": 0.17650196124901935,
"YFI": 0.0000021035039744750627,
"ZRX": 0.00003551462865405419,
"renFIL": 0,
"sUSD": 0.0009380609018313131,
"stETH": 0,
"xSUSHI": 0.000001544629215594284
}
}
]
The total cumulative count of all activities performed within the version 2 of the Aave protocol. This includes the count of deposits, withdrawals, stable borrows, variable borrows, repays, liquidations, flash loans, rebalance stable borrow rate, swaps to stable rate mode and swaps to variable rate mode.\n Stacked Count represents the overall frequency of the financial transactions that have taken place within the Aave protocol and can provide insight into the overall usage and popularity of the platform.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/aave_v2_count_by_action HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"deposits": 65,
"flash_loans": 6,
"liquidations": 0,
"rebalance_stable_borrow_rate": 0,
"repays": 33,
"stable_borrows": 0,
"swap_to_stable_rate": 0,
"swap_to_variable_rate": 0,
"variable_borrows": 59,
"withdrawals": 54
}
}
]
This metric displays the stable borrow rate for each token on the version 2 of the Aave platform. The stable borrow rate is a fixed interest rate that users can choose when borrowing assets, offering predictable repayment costs over the loan's duration. Aave's interest rate algorithm is calibrated to manage liquidity risk and optimise utilisation.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/aave_v2_stable_borrow_rate_by_token HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"1INCH": 0,
"AAVE": 0,
"AMPL": 0,
"BAL": 4.507704978750388,
"BAT": 3.438832954891043,
"BUSD": 149.1313698692571,
"CRV": 3.1144516296875713,
"CVX": 0.09768960047284074,
"DAI": 11.231928082441234,
"DPI": 0,
"ENJ": 8.247337579861874,
"ENS": 0,
"FEI": 31.120225648000563,
"FRAX": 0,
"GUSD": 36.865528556289824,
"KNC": 9.30258794869385,
"LINK": 3.8282616707599777,
"LUSD": 29.96201421434371,
"MANA": 6.904004750808665,
"MKR": 3.0182695697658,
"RAI": 0.5156227172389186,
"REN": 0.08578059221244208,
"SNX": 0,
"TUSD": 156.13611878237543,
"UNI": 0.9273989128664387,
"USDC": 10.760167329966658,
"USDP": 0,
"USDT": 32.097925509518575,
"UST": 0.10611513550443426,
"WBTC": 4.442591828377078,
"WETH": 4.471893176922612,
"YFI": 0.023372266383056253,
"ZRX": 3.3946069850450464,
"renFIL": 0,
"sUSD": 0,
"stETH": 0,
"xSUSHI": 0
}
}
]
This metric displays the variable borrow rate for each token on the version 2 of the Aave platform. The variable borrow rate is an interest rate that changes with market conditions, providing users with potentially lower borrowing costs but increased risk due to rate fluctuations. Aave's interest rate algorithm is calibrated to manage liquidity risk and optimise utilisation.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/aave_v2_variable_borrow_rate_by_token HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"1INCH": 20,
"AAVE": 0,
"AMPL": 255.34098442995676,
"BAL": 20,
"BAT": 20,
"BUSD": 10,
"CRV": 20,
"CVX": 20,
"DAI": 3.387802226713393,
"DPI": 20,
"ENJ": 20,
"ENS": 20,
"FEI": 33.12022564800056,
"FRAX": 17.115807412853332,
"GUSD": 75.73105711257965,
"KNC": 20,
"LINK": 0.5797831695319844,
"LUSD": 65.89870457158324,
"MANA": 20,
"MKR": 20,
"RAI": 20,
"REN": 20,
"SNX": 20,
"TUSD": 10,
"UNI": 20,
"USDC": 4.840460157408309,
"USDP": 78.59818356280951,
"USDT": 25.59792550951857,
"UST": 20,
"WBTC": 0.5770367313508312,
"WETH": 2.398298518076482,
"YFI": 20,
"ZRX": 20,
"renFIL": 0,
"sUSD": 35.001492670100184,
"stETH": 0,
"xSUSHI": 20
}
}
]
The total cumulative volume of all activities performed within the version 2 of the Aave protocol. This includes the volume of deposits, withdrawals, stable borrows, variable borrows, repays, debt liquidations, collateral liquidations (receiving the underlying token or the aToken) and flash loans. Stacked Volume represents the overall magnitude of the financial transactions that have taken place within the Aave protocol and can provide insight into the overall growth and usage of the platform.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/aave_v2_volume_sum_by_action HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"collateral_liquidations_in_atoken": 0,
"collateral_liquidations_in_underlying_token": 0,
"debt_liquidations": 0,
"deposits": 67255680.22438867,
"flash_loans": 114082.16744489953,
"repays": 11428519.748006899,
"stable_borrows": 0,
"variable_borrows": 11958741.574413924,
"withdrawals": 67061545.050149664
}
}
]
This metric shows the total amount of liquidity available for each token on the version 3 of the Aave platform, allowing users to assess the depth of the market and the potential ease of borrowing or supplying assets. Users may not be able to withdraw funds if the liquidity drops too far. This means that they would need to wait until more liquidity is deposited by other users to be able to borrow or withdraw funds.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/aave_v3_total_value_locked_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"available_liquidity_usd": 6658294354.7701,
"stable_borrows_usd": 0,
"variable_borrows_usd": 5343010219.065912
}
}
]
This metric represents the percentage of available liquidity for each token on the version 3 of the Aave platform relative to the total available liquidity across all tokens. It provides insights into the distribution of liquidity and the prominence of individual tokens within the platform.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/aave_v3_total_value_locked_perc HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"available_liquidity_usd_pct": 0.554797548367018,
"stable_borrows_usd_pct": 0,
"variable_borrows_usd_pct": 0.44520245163298194
}
}
]
This metric shows the percentage of borrowed assets for each token on the version 3 of the Aave platform relative to the total borrowed assets across all tokens. It offers insights into the borrowing demand distribution and the relative popularity of individual tokens within the borrowing market on the platform.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/aave_v3_available_liquidity_perc_by_token HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"AAVE": 0.028044991551745377,
"BAL": 0.0015718466972736236,
"CRV": 0.000337657221842517,
"DAI": 0.0014318519160294535,
"LDO": 0.0008865169484439053,
"LINK": 0.019811089222143093,
"LUSD": 0.00016719934716740792,
"MKR": 0.004963547468551489,
"SNX": 0.00019798318963673453,
"UNI": 0.0034553294498830514,
"USDC": 0.02767945724999191,
"USDT": 0.06236752950548136,
"WBTC": 0.3150771447534608,
"WETH": 0.07017538504950238,
"cbETH": 0.005679099117682344,
"rETH": 0.01788729845658581,
"wstETH": 0.4402660728545787
}
}
]
This metric displays the total amount of assets borrowed for each token on the version 3 of the Aave platform, providing insights into the borrowing demand for individual tokens and the overall usage of the platform.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/aave_v3_available_liquidity_sum_by_token HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"AAVE": 186731808.9285614,
"BAL": 10465817.991020994,
"CRV": 2248221.174041386,
"DAI": 9533691.52936566,
"LDO": 5902690.79323207,
"LINK": 131908063.52964212,
"LUSD": 1113262.4693659982,
"MKR": 33048760.089489795,
"SNX": 1318230.3538976477,
"UNI": 23006600.570027195,
"USDC": 184297973.95072144,
"USDT": 415261369.6273042,
"WBTC": 2097876374.2290497,
"WETH": 467248370.1189198,
"cbETH": 37813113.5954442,
"rETH": 119098898.33557321,
"wstETH": 2931421107.4844427
}
}
]
This metric indicates the total value of assets locked on the version 3 of the Aave platform, broken down into available liquidity, stable borrows, and variable borrows. This representation allows for visualization of the amounts of these components within the total value locked, addressing the fact that borrows might not always be considered when computing the total value locked. It reflects the overall usage and popularity of the platform.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/aave_v3_borrows_sum_by_token HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"AAVE": 0,
"BAL": 733065.9250161791,
"CRV": 635459.2340515926,
"DAI": 104362564.46220033,
"LDO": 189078.2608801002,
"LINK": 2775715.639273734,
"LUSD": 3889481.125568149,
"MKR": 190152.6930853162,
"SNX": 72462.69085645095,
"UNI": 151497.09991233837,
"USDC": 1259159254.8935108,
"USDT": 1171987308.638838,
"WBTC": 174884128.7886993,
"WETH": 2549136617.655185,
"cbETH": 1125876.1394399176,
"rETH": 6248288.724572171,
"wstETH": 67469267.09482396
}
}
]
This metric displays the proportion of the total value locked in the version 3 of the Aave platform, broken down into available liquidity, stable borrows, and variable borrows. This representation allows for visualization of the proportions of these components within the total value locked, addressing the fact that borrows might not always be considered when computing the total value locked. It reflects the overall usage and popularity of the platform.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/aave_v3_borrows_perc_by_token HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"AAVE": 0,
"BAL": 0.0001372009213832903,
"CRV": 0.00011893281277734225,
"DAI": 0.019532540680868363,
"LDO": 0.000035387965421701104,
"LINK": 0.0005195040857995956,
"LUSD": 0.0007279568943531095,
"MKR": 0.00003558905659711792,
"SNX": 0.000013562147157771893,
"UNI": 0.00002835425980877568,
"USDC": 0.23566476635218606,
"USDT": 0.21934962887713316,
"WBTC": 0.03273138579534165,
"WETH": 0.47709746250510365,
"cbETH": 0.00021071944339959503,
"rETH": 0.0011694322990953446,
"wstETH": 0.01262757590357355
}
}
]
This metric represents the interest rate paid to users who provide collateral for each token on the version 3 of the Aave platform. It allows users to compare the rates they can earn when supplying different tokens as collateral, enabling them to make informed decisions when participating in the lending market. Aave's interest rate algorithm is calibrated to manage liquidity risk and optimise utilisation.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/aave_v3_collateral_rate_by_token HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"AAVE": 0,
"BAL": 0.42055041435515395,
"CRV": 1.1422322894069183,
"DAI": 3.788299146494514,
"LDO": 0.011926777945655491,
"LINK": 0.005322402729400851,
"LUSD": 3.3944095014855966,
"MKR": 0.0003510079463404069,
"SNX": 0.10508756228878482,
"UNI": 0.0005123362296667136,
"USDC": 4.157134476560827,
"USDT": 3.0346949256461926,
"WBTC": 0.04269340310175855,
"WETH": 1.8417422093304094,
"cbETH": 0.010520163333463985,
"rETH": 0.03276968860263028,
"wstETH": 0.010218800260646064
}
}
]
The total cumulative count of all activities performed within the version 3 of the Aave protocol. This includes the count of deposits, withdrawals, stable borrows, variable borrows, repays, liquidations, flash loans, rebalance stable borrow rate, swaps to stable rate mode and swaps to variable rate mode. Stacked Count represents the overall frequency of the financial transactions that have taken place within the Aave protocol and can provide insight into the overall usage and popularity of the platform.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/aave_v3_count_by_action HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"deposits": 9554,
"liquidations": 0,
"repays": 3616,
"variable_borrows": 6416,
"withdrawals": 6596
}
}
]
This metric displays the stable borrow rate for each token on the version 3 of the Aave platform. The stable borrow rate is a fixed interest rate that users can choose when borrowing assets, offering predictable repayment costs over the loan's duration. Aave's interest rate algorithm is calibrated to manage liquidity risk and optimise utilisation.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/aave_v3_stable_borrow_rate_by_token HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"AAVE": 0,
"BAL": 0,
"CRV": 0,
"DAI": 0,
"LDO": 0,
"LINK": 0,
"LUSD": 0,
"MKR": 0,
"SNX": 0,
"UNI": 0,
"USDC": 0,
"USDT": 0,
"WBTC": 0,
"WETH": 0,
"cbETH": 0,
"rETH": 0,
"wstETH": 0
}
}
]
This metric displays the variable borrow rate for each token on the version 3 of the Aave platform. The variable borrow rate is an interest rate that changes with market conditions, providing users with potentially lower borrowing costs but increased risk due to rate fluctuations. Aave's interest rate algorithm is calibrated to manage liquidity risk and optimise utilisation.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/aave_v3_variable_borrow_rate_by_token HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"AAVE": 0,
"BAL": 7.050430803062323,
"CRV": 7.615194919610352,
"DAI": 5.495142163729156,
"LDO": 0.4815699026782337,
"LINK": 0.32170042614642946,
"LUSD": 5.400991265813327,
"MKR": 0.08261449335422072,
"SNX": 3.7981235800321014,
"UNI": 0.09981028681769501,
"USDC": 5.254884962346313,
"USDT": 4.48976588415362,
"WBTC": 0.6887460675569008,
"WETH": 2.549562044972852,
"cbETH": 0.4387776941984839,
"rETH": 0.7744073343694906,
"wstETH": 0.4759862084656838
}
}
]
The total cumulative volume of all activities performed within the version 3 of the Aave protocol. This includes the volume of deposits, withdrawals, stable borrows, variable borrows, repays, debt liquidations, collateral liquidations (receiving the underlying token or the aToken) and flash loans. Stacked Volume represents the overall magnitude of the financial transactions that have taken place within the Aave protocol and can provide insight into the overall growth and usage of the platform.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/aave_v3_volume_sum_by_action HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"collateral_liquidations_in_atoken": 0,
"collateral_liquidations_in_underlying_token": 0,
"debt_liquidations": 0,
"deposits": 1445259512.168827,
"repays": 100984681.77257375,
"variable_borrows": 93349983.91392842,
"withdrawals": 1425298938.2578185
}
}
]
This metric reflects the inflows and outflows of deposits in USD on the Compound protocol, aggregated by token. This provides a comprehensive view of the deposit behavior on the platform and indicates periods of depositing growth or contraction.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/compound_deposit_flow HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"deposits_inflows_usd": 1996117.7621479104,
"deposits_outflows_usd": -722831.4230155846
}
}
]
This metric shows the inflows and outflows of loans in USD on the Compound protocol, aggregated by token. This provides a comprehensive view of the borrowing behavior on the platform and indicates periods of borrowing growth or contraction.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/compound_loan_flow HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"borrows_inflows_usd": 1405364.86285,
"borrows_outflows_usd": -5961.578047
}
}
]
This metric counts the number of interactions users have with the Compound protocol, broken down by action type, including deposits, withdrawals, borrows, repays, and liquidations. It provides insights into the overall activity and user engagement with the platform, showing which actions are most prevalent.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/compound_count_by_action HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"Borrow": 9,
"DebtLiquidation": 0,
"Deposit": 8,
"Repay": 4,
"Withdraw": 22
}
}
]
This metric reflects the proportion of borrowed funds to available deposits in the Compound protocol. It measures capital efficiency by dividing the total borrowed by the total deposits. A high ratio indicates strong borrowing demand and active lending, while a low ratio points to excess liquidity. This ratio is key for understanding market health and influences the interest rates for lenders and borrowers within the protocol.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/compound_utilization_ratio HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 0.6094752372143601
}
]
The total amount of ETH that users have deposited into the Lido protocol within a specified timeframe. This metric can help gauge user adoption and trust in the system.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 24h, 1h, 10m
format - csv, json
json
Possible values: currency - native, usd
timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/lido_deposits_volume_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 0
}
]
The net inflow (or outflow) of assets in the Lido protocol. A positive value indicates a net deposit, suggesting growing user participation, while a negative value suggests more assets were withdrawn than deposited.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 24h, 1h, 10m
format - csv, json
json
Possible values: currency - native, usd
timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/lido_volume_net HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 0
}
]
The total value of all ETH currently staked or locked in the Lido protocol. It's a key metric in the DeFi space as it indicates the size and relative importance of a protocol within the ecosystem. A rising TVL can suggest growing trust and usage of the protocol.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 24h, 1h, 10m
format - csv, json
json
Possible values: currency - native, usd
timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/lido_total_value_locked HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 9742620.831556536
}
]
The Peg Stability Module (PSM) balance indicates the amount of stablecoins (USDC, GUSD and PAX) held in the peg stability module, a component of the MakerDAO protocol designed to help maintain the DAI stablecoin's peg to the US dollar by facilitating arbitrage opportunities. A higher PSM balance implies better support for the DAI peg and a lower likelihood of deviations from its intended value.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/maker_psm_balance_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 652385197.0862528
}
]
The Total Value Locked (TVL) metric represents the combined value of all assets locked in MakerDAO's smart contracts, denominated in USD. It serves as an indicator of the protocol's popularity, usage, and trust within the DeFi ecosystem. A higher TVL implies greater adoption and more liquidity in the protocol, making it an important reference for investors and users.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/maker_total_value_locked_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 4037783551.398918
}
]
This metric represents the cumulative count of all vaults created within the MakerDAO ecosystem over time. A vault, in this context, is a type of smart contract on the Ethereum blockchain designed to hold collateral in the form of Ethereum tokens, which is utilized to mint the DAI stablecoin. By tracking the total number of vaults that have been established since the inception of MakerDAO, this metric offers insights into the historical growth and adoption rate of the platform. It encapsulates the long-term user engagement, sustained credit creation, and the enduring expansion of the protocol.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/protocols/maker_total_vaults_created_cum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 31831
}
]
Last updated