ydcny555Untitled Query
    Updated 2022-11-06
    select 'NEAR',count(distinct SWAP_ID) as swap , count(distinct trader) as trader from near.core.ez_dex_swaps

    UNION

    select 'flow', count(distinct EVENT_NAME) as Swap , count(distinct sender) as Swap from ethereum.core.ez_dex_swaps
    Run a query to Download Data