PierandreaNFT Minted OverTime
    Updated 2023-05-05
    SELECT
    count(NUMBER_OF_NFTS),
    BLOCK_TIMESTAMP::date as Date
    from algorand.nft.ez_nft_sales_fifa
    WHERE SALE_TYPE = 'mint'
    group by Date
    Run a query to Download Data