flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
BECOME A PARTNER
flipside
Untitled Query
superfly
Untitled Query
Updated 2022-12-20
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
SELECT
-- *
currency
,
label
,
count
(
*
)
,
sum
(
amount
)
from
terra
.
core
.
ez_transfers
t
left
join
terra
.
core
.
dim_address_labels
l
on
t
.
currency
=
l
.
address
group
by
1
,
2
order
by
3
desc
Results
Run a query to Download Data