flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Algorand Free Square - Most popular token to be swapped from?
KingTigerMafia-7mwRZb
Algorand Free Square - Most popular token to be swapped from?
Updated 2022-06-30
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
SELECT
asset_name
as
token_name
,
count
(
DISTINCT
TX_GROUP_ID
)
as
tx_count
FROM
flipside_prod_db
.
algorand
.
swaps
s
JOIN
flipside_prod_db
.
algorand
.
asset
a
on
s
.
swap_from_asset_id
=
a
.
asset_id
GROUP
by
1
ORDER
by
2
DESC
LIMIT
5
Results
Run a query to Download Data