sarathcelsius swaps 1
    Updated 2022-06-22
    SELECT platform, symbol_in as swap_from_token, COUNT(DISTINCT tx_hash) as swap_count
    FROM ethereum.core.ez_dex_swaps
    WHERE origin_from_address IN (SELECT DISTINCT address FROM crosschain.address_labels WHERE address_name = 'celsius wallet')
    GROUP BY platform, symbol_in
    Run a query to Download Data