flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
UniswapV3 Total Volume
dannyamah
UniswapV3 Total Volume
Updated 2024-03-24
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
SELECT
date_trunc
(
'day'
,
block_timestamp
)
as
date
,
sum
(
abs
(
amount1_usd
)
)
as
volume
FROM
ethereum
.
uniswapv3
.
ez_swaps
WHERE
date
(
block_timestamp
)
>=
CURRENT_DATE
-
INTERVAL
'90 Days'
AND
amount1_usd
IS
NOT
NULL
GROUP
BY
1
ORDER
BY
1
DESC
Results
QueryRunArchived: QueryRun has been archived