NuveveCryptoArchivedbuying
Updated 2023-05-09
99
1
2
3
4
5
6
7
8
9
10
›
⌄
select
block_timestamp::date as date,
symbol_out as commodity,
sum(amount_in_usd) as volume_usd
from avalanche.core.ez_dex_swaps
where token_out = '0x13e7bcefdde72492e656f3fa58bae6029708e673' -- AGX
or token_out = '0x68327a91e79f87f501bc8522fc333fb7a72393cb' -- AUX
group by date, commodity
Run a query to Download Data