flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Top dex swaps
simscrypt
Top dex swaps
Updated 2024-08-23
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
SELECT
MAX
(
amount_in_usd
)
,
origin_from_address
FROM
polygon
.
defi
.
ez_dex_swaps
WHERE
date
(
block_timestamp
)
>=
'2024-08-01'
AND
amount_in_usd
IS
NOT
NULL
GROUP
BY
origin_from_address
ORDER
BY
SUM
(
amount_in_usd
)
DESC
LIMIT
10
Results
QueryRunArchived: QueryRun has been archived