flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
aetswap
brb2j
aetswap
Updated 2022-09-14
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
SELECT
date_trunc
(
'day'
,
block_timestamp
)
as
date
,
pool_name
,
COUNT
(
DISTINCT
from_address
)
as
swapers
,
SUM
(
amount_usd
)
as
volume
FROM
ethereum
.
dex_swaps
WHERE
pool_name
LIKE
'%aETH%'
and
date
>=
'2022-01-01'
GROUP
BY
1
,
2
Results
Run a query to Download Data