flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
# of wallets swapping on DEXs
vahid-2jsEEN
# of wallets swapping on DEXs
Updated 2022-05-18
Copy Reference
Fork
9
1
2
3
›
⌄
select
count
(
distinct
swapper
)
,
block_timestamp
::
date
,
SWAP_PROGRAM
from
algorand
.
swaps
where
block_timestamp
::
date
>=
'2022-04-01'
and
SWAP_PROGRAM
in
(
'tinyman'
,
'algofi'
,
'pactfi'
)
group
by
2
,
3
Results
Run a query to Download Data