oooooblahUntitled Query
    Updated 2023-01-09
    select block_timestamp, event_type, platform_name, currency_symbol, price
    from ethereum.core.ez_nft_sales
    where nft_address = lower('0x518bA36F1ca6DfE3Bb1B098B8dD0444030e79D9f') and date(block_timestamp) >= CURRENT_DATE - 7
    and platform_name = 'opensea'
    order by block_timestamp desc
    Run a query to Download Data