kasadeghUntitled Query
    Updated 2022-08-03
    select
    sum(PRICE) as total_nft_sale_volume
    from
    optimism.core.ez_nft_sales
    where CURRENCY_SYMBOL='OP'

    Run a query to Download Data