pine_samiAll TRIAS pools-swap from TRIAS
    Updated 2023-06-07
    select count(distinct TX_HASH) as swaps, POOL_NAME
    from ethereum.core.ez_dex_swaps
    where SYMBOL_IN = 'TRIAS'
    and EVENT_NAME='Swap'
    group by 2
    order by 1 DESC

    Run a query to Download Data