SandeshUntitled Query
    Updated 2022-11-28
    select currency,count(distinct tx_id) from flow.core.ez_nft_sales
    group by 1 order by 2 desc
    -- where token_contract='A.ead892083b3e2c6c.FlowUtilityToken'
    limit 5
    Run a query to Download Data