flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Stablecoin Landscape on DEX 1
mattkstew
Stablecoin Landscape on DEX 1
Updated 2022-06-09
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
select
date_trunc
(
'day'
,
block_timestamp
)
,
symbol_out
,
sum
(
amount_out_usd
)
from
ethereum
.
sushi
.
ez_swaps
where
symbol_out
in
(
'USDC'
,
'USDT'
,
'DAI'
)
and
block_timestamp
>
current_date
-
90
group
by
1
,
2
Results
Run a query to Download Data