flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Axelar Interchain txns
feyikemi
Axelar Interchain txns
Updated 2024-07-21
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
SELECT
transfer_type
,
Count
(
DISTINCT
tx_id
)
transactions
,
SUM
(
CAST
(
AMOUNT
AS
DECIMAL
)
/
POWER
(
10
,
DECIMAL
)
)
AS
Total_Transfer_Volume
FROM
axelar
.
core
.
fact_transfers
WHERE
transfer_type
!=
'AXELAR'
GROUP
BY
1
Results
QueryRunArchived: QueryRun has been archived