flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
stable variable 1
Sbhn_NP
stable variable 1
Updated 2023-03-01
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
date_trunc
(
'day'
,
block_hour
)
as
date
,
sum
(
borrow_rate_variable
)
as
variable
,
sum
(
borrow_rate_stable
)
as
stable
from
ethereum
.
aave
.
ez_market_stats
where
block_hour
>=
CURRENT_DATE
-
{
{
Date
}
}
group
by
1
Results
Run a query to Download Data