0xPrzQuix NFTs Buy & Sell Volume
    Updated 2022-09-27
    select count(*),sum(PRICE),count(distinct BUYER_ADDRESS)
    from optimism.core.ez_nft_sales
    where PLATFORM_NAME='quixotic' and block_timestamp::date >= '2022-01-01'


    Run a query to Download Data