AmiRtop 5 pool /vol
    Updated 2024-09-26
    select pool_name,
    sum(amount_in_usd) as vol

    from arbitrum.defi.ez_dex_swaps
    where BLOCK_TIMESTAMP>=current_date-60 and platform='camelot-v3' and amount_in_usd is not null
    GROUP by 1
    order by 2 DESC limit 5








    QueryRunArchived: QueryRun has been archived