flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Weekly Pool Size
Masi
Weekly Pool Size
Updated 2024-07-20
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
trunc
(
BLOCK_TIMESTAMP
,
'week'
)
as
weekly
,
max
(
LIQUIDITY_USD
)
as
liquidity
,
sum
(
volume_usd
)
as
usd_volume
,
sum
(
usd_volume
)
over
(
order
by
weekly
asc
)
as
Cumulative_volume
from
osmosis
.
defi
.
fact_pool_hour
where
pool_id
=
'812'
group
by
1
Results
QueryRunArchived: QueryRun has been archived