flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Daily TVL trend - sushi pools on ethereum
bachi
Daily TVL trend - sushi pools on ethereum
Updated 2022-04-10
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
select
date
(
block_timestamp
)
as
day
,
pool_name
,
sum
(
amount_in
/
pow
(
10
,
9
)
)
as
tvl
from
ethereum
.
dex_swaps
where
platform
=
'sushiswap'
and
amount_in
>
0
and
amount_in
is
not
null
and
pool_name
like
'%SLP'
group
by
day
,
pool_name
order
by
tvl
desc
Results
Run a query to Download Data