SWAPPERS | TRANSACTIONS | SWAP_VOLUME_USD | |
---|---|---|---|
1 | 1967 | 90475 | 201687888.272348 |
_agadz_ethMaya Swap
Updated 2025-03-10
9
1
2
3
4
5
6
7
8
›
⌄
select
count(distinct from_address) as swappers,
count(Distinct tx_id) as transactions,
sum(case when not FROM_AMOUNT_USD is null then FROM_AMOUNT_USD else to_AMOUNT_USD end) as swap_volume_Usd
from maya.defi.fact_swaps
where BLOCK_TIMESTAMP > current_date - 30
Last run: 10 days ago
1
31B
1s