flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
axl_token4
sarath
axl_token4
Updated 2022-12-02
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
select
TRANSFER_TYPE
,
count
(
distinct
tx_id
)
as
events
,
sum
(
amount
/
pow
(
10
,
DECIMAL
)
)
as
volume
from
axelar
.
core
.
fact_transfers
where
currency
=
'uaxl'
and
TX_SUCCEEDED
=
'TRUE'
group
by
1
Results
Run a query to Download Data