flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Stable coin trend 1
sarath
Stable coin trend 1
Updated 2022-03-19
Copy Reference
Fork
9
1
2
3
›
⌄
SELECT
Date
(
block_timestamp
)
,
symbol
,
count
(
tx_id
)
,
sum
(
amount
)
,
sum
(
amount_usd
)
from
ethereum
.
udm_events
where
symbol
in
(
'USDT'
,
'USDC'
,
'BUSD'
,
'DAI'
,
'UST'
)
and
(
from_label
=
'uniswap'
or
to_label
=
'uniswap'
)
GROUP
by
2
,
1
LIMIT
1000
Results
Run a query to Download Data