flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Untitled Query
Saleh
Untitled Query
Updated 2023-02-14
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
SELECT
BLOCK_TIMESTAMP
::
date
,
sum
(
AMOUNT0_USD
-
AMOUNT1_USD
)
from
ethereum
.
uniswapv3
.
ez_swaps
where
BLOCK_TIMESTAMP
>
'2023-01-01'
and
AMOUNT0_ADJUSTED
>
0
group
by
1
order
by
1
Results
Run a query to Download Data