Soheil_MKUntitled Query
    Updated 2022-09-10
    SELECT
    SYMBOL_IN,
    count(distinct(TX_HASH))
    from ethereum.core.ez_dex_swaps
    where SYMBOL_OUT='stETH'
    group by 1
    order by 2 DESC
    limit 10
    Run a query to Download Data