flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Monthly $USDC Swaps by Platform
Sbhn_NP
Monthly $USDC Swaps by Platform
Updated 2023-03-03
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
SELECT
date_trunc
(
'month'
,
block_timestamp
)
as
month
,
platform
,
count
(
DISTINCT
tx_hash
)
as
txs
,
count
(
DISTINCT
origin_from_address
)
as
users
FROM
ethereum
.
core
.
ez_dex_swaps
WHERE
symbol_in
LIKE
'USDC'
OR
symbol_out
LIKE
'USDC'
GROUP
BY
1
,
2
Results
Run a query to Download Data