rackhael2023-10-26 10:29 PM
    Updated 2023-10-28
    SELECT distinct nft_collection,
    count(tx_id) as txns
    FROM flow.nft.ez_nft_sales
    group by 1
    order by 2 desc
    Run a query to Download Data