thea[NFT Marketplace Mage] Updated Date
    Updated 2023-01-05
    select to_date(max(block_timestamp)) as date
    from ethereum.core.ez_nft_sales
    where price_usd is not null
    and platform_name in ('opensea','sudoswap','rarible','looksrare','x2y2','nftx','blur')
    Run a query to Download Data