flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Most Active Tokens
Jor-el
Most Active Tokens
Updated 2024-04-18
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
SELECT
token_symbol
,
COUNT
(
*
)
AS
transaction_count
,
SUM
(
amount
)
AS
total_volume
FROM
axelar
.
defi
.
ez_bridge_squid
GROUP
BY
token_symbol
ORDER
BY
total_volume
DESC
;
LIMIT
11
Results
QueryRunArchived: QueryRun has been archived