arctic-night-foxfirst time the information is in our data
    Updated 2022-10-07
    SELECT
    PLATFORM_NAME,
    min(block_timestamp::DATE) as first_time
    FROM ethereum.core.ez_nft_sales
    GROUP BY 1

    Run a query to Download Data