faralpaBasic SQL
    Updated 2022-09-26
    SELECT
    tx_hash as tx,
    date(block_timestamp) as date
    *
    from ethereum.core.ez_nft_sales
    where
    date between '2022-09-15' and '2022-09-25'
    Run a query to Download Data