PLATFORM | Swap Count | Swap Volume ($USD) | Swapper Count | |
---|---|---|---|---|
1 | pangolin | 6494 | 184061.1 | 1298 |
2 | pharaoh-v2 | 6745 | 2014132.9 | 1390 |
3 | woofi | 315 | 288682.5 | 24 |
4 | trader-joe-v1 | 179063 | 106018051.2 | 19368 |
5 | uniswap-v3 | 26477 | 8810064.1 | 3695 |
6 | balancer | 7405 | 1199979.3 | 1027 |
7 | trader-joe-v2 | 13012 | 9207394 | 4668 |
Eman-RazTotal Swap Stats By DEX
Updated 4 days ago
9
1
2
3
4
5
6
7
8
9
›
⌄
select platform, count(distinct tx_hash) as "Swap Count",
ROUND(sum(amount_in_usd),1) as "Swap Volume ($USD)",
count(distinct origin_from_address) as "Swapper Count",
--symbol_in || '➡' || symbol_out as token_pair,
from avalanche.defi.ez_dex_swaps
where (token_in=lower('0xAcFb898Cff266E53278cC0124fC2C7C94C8cB9a5') or
token_out=lower('0xAcFb898Cff266E53278cC0124fC2C7C94C8cB9a5'))
and block_timestamp::date between '{{Start_Date}}' and '{{End_Date}}'
group by 1
Last run: 4 days agoAuto-refreshes every 24 hours
7
243B
104s