flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Daily Volume of Uniswap all version
Rockys
Daily Volume of Uniswap all version
Updated 2024-01-15
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
SELECT
date
,
chain
,
sum
(
volume
)
AS
vol
,
sum
(
vol
)
over
(
partition
by
chain
ORDER
BY
date
)
AS
cum_vol
FROM
external
.
defillama
.
fact_dex_volume
WHERE
protocol
LIKE
'%uniswap%'
GROUP
BY
1
,
2
ORDER
BY
1
DESC
Results
QueryRunArchived: QueryRun has been archived