0-MIDae16
Updated 2024-10-09
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
›
⌄
select SYMBOL_OUT as token_bought
,count(distinct TX_HASH) as swaps
,count(distinct ORIGIN_FROM_ADDRESS) as buyers
,sum(AMOUNT_OUT_USD) as volume
from base.defi.ez_dex_swaps
where PLATFORM='aerodrome'
and AMOUNT_IN_USD is not null
group by 1
order by 2 desc
limit 10
Auto-refreshes every 24 hours
QueryRunArchived: QueryRun has been archived