flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Untitled Query
mohammadh
Untitled Query
Updated 2021-11-18
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
SELECT
to_label
,
-- to_label_type,
sum
(
amount_usd
)
as
amount_usd
FROM
polygon
.
udm_events
WHERE
from_address
=
lower
(
'0xA6864C6b3F418d26aC231b09488f5a6C821f7147'
)
-- AND to_label_type = 'cex'
AND
block_timestamp
>=
current_date
-
30
GROUP
BY
1
Results
Run a query to Download Data