sakineh5021-nIQRzBMagic Eden vs OpenSea vs Random Earth (open sea )
    Updated 2022-03-21
    SELECT top 100 *
    from ethereum.nft_events
    where event_platform = 'opensea'
    and cast( block_timestamp as date) >='2022-01-01'
    and price_usd is not null
    and TX_CURRENCY ='ETH'
    order by price_usd DESC
    Run a query to Download Data