ML6Number of First & Second Tokens of Swap Pairs of both Networks
    Updated 2022-10-31
    select 'NEAR', count(distinct token_in) , count(distinct token_out) from near.core.ez_dex_swaps
    UNION
    select 'ETHEREUM', count(distinct token_in) , count(distinct token_out) from ethereum.core.ez_dex_swaps

    Run a query to Download Data