flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
active users over the past year
sarath
active users over the past year
Updated 2022-03-13
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
SELECT
date
(
block_timestamp
)
,
platform
,
count
(
from_address
)
from
ethereum
.
dex_swaps
where
date
(
block_timestamp
)
>
'2021-01-01'
and
platform
in
(
'uniswap-v3'
,
'uniswap-v2'
,
'sushiswap'
)
GROUP
by
2
,
1
LIMIT
1000
Results
Run a query to Download Data