adambalasecond
Updated 2021-11-18
9
1
2
3
4
5
6
7
8
9
›
⌄
SELECT
to_label,
-- to_label_type,
sum(amount_usd) as amount_usd
FROM ethereum.udm_events
WHERE from_address = lower('0xf25dfa49abcc51109caafe9dabda8d109804bd35')
-- AND to_label_type = 'cex'
AND block_timestamp >= current_date - 30
GROUP BY 1
Run a query to Download Data