flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Untitled Query
Sbhn_NP
Untitled Query
Updated 2023-01-29
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
select
tx_id
,
sum
(
amount
/
pow
(
10
,
decimal
)
)
as
vol
from
axelar
.
core
.
fact_transfers
where
amount
/
pow
(
10
,
decimal
)
>
1e14
group
by
1
order
by
2
desc
limit
10
Results
Run a query to Download Data