headitmanagerOpenSea - volume (usd)
    Updated 2022-03-19

    select month(block_timestamp) as tdate, sum(PRICE_USD)
    from ethereum.nft_events where event_platform='opensea'
    and block_timestamp::date > '2022-01-01'
    group by tdate
    Run a query to Download Data