flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
OpenSea Fees Earned By Token
sinahosseinzadeh
OpenSea Fees Earned By Token
Updated 2022-07-29
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
SELECT
symbol
as
token
,
sum
(
amount
)
as
token_amount
,
sum
(
amount_usd
)
as
token_amount_usd
FROM
polygon
.
udm_events
WHERE
to_address
=
'0x5b3256965e7c3cf26e11fcaf296dfc8807c01073'
AND
symbol
IS
NOT
NULL
GROUP
BY
symbol
ORDER
BY
token_amount_usd
DESC
Results
Run a query to Download Data