flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Copy of UNI volume flows to centralised exchanges
Papasot
Copy of UNI volume flows to centralised exchanges
Updated 2022-11-27
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
›
⌄
select
to_label
,
count
(
to_label
)
,
sum
(
amount_usd
)
as
amount
--to_label,
--count(to_label)
from
ethereum
.
udm_events
where
symbol
=
'UNI'
AND
block_timestamp
>
'2021-04-04'
AND
to_label_type
=
'cex'
group
by
to_label
order
by
amount
desc
limit
10
Results
Run a query to Download Data