takamoriUntitled Query
    Updated 2022-10-06
    select price, *

    from ethereum.core.ez_nft_sales

    where nft_address = '0x1a92f7381b9f03921564a437210bb9396471050c' and block_timestamp > '2022-06-01' and currency_symbol in ('ETH', 'WETH')

    order by 1 desc
    Run a query to Download Data