flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
top 10 token transferd to Axelar network basd on tx count
saber-jl
top 10 token transferd to Axelar network basd on tx count
Updated 2022-10-27
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
SELECT
currency
,
count
(
distinct
tx_id
)
as
tx_count
FROM
axelar
.
core
.
fact_transfers
WHERE
TRANSFER_TYPE
=
'IBC_TRANSFER_IN'
AND
(
amount
/
pow
(
10
,
decimal
)
)
is
not
null
AND
TX_SUCCEEDED
=
'TRUE'
group
by
1
order
by
2
DESC
limit
10
Results
Run a query to Download Data