flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
DEX : algofi
kenobi9270
DEX : algofi
Updated 2022-03-21
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
select
count
(
*
)
as
cnt
,
asset_name
from
algorand
.
swaps
inner
join
algorand
.
asset
on
algorand
.
asset
.
asset_id
=
algorand
.
swaps
.
swap_from_asset_id
where
swap_program
=
'algofi'
and
swap_from_amount
!=
0
group
by
asset_name
order
by
cnt
desc
limit
20
Results
Run a query to Download Data