0-MIDbuy
Updated 2024-01-15
9
1
2
3
4
5
6
7
8
9
›
⌄
select
sum(AMOUNT_OUT) as buy_volume
,count(distinct ORIGIN_FROM_ADDRESS) as buyers
,count(distinct TX_HASH) as buy_count
from avalanche.defi.ez_dex_swaps
where TOKEN_OUT ='0x62d0a8458ed7719fdaf978fe5929c6d342b0bfce'
and PLATFORM in ('trader-joe-v1','trader-joe-v2')
QueryRunArchived: QueryRun has been archived