articoloquintoLast week volume
    Updated 2022-07-18
    select sum(SALES_AMOUNT) as "volume"
    from solana.core.fact_nft_sales
    where mint in (select mint from solana.core.fact_nft_mints
    where PROGRAM_ID = '7ai9NePVdjZ2aPcMju7KQkXEryVQPxzZgMAhBieeZ1h')
    and block_timestamp >= DATEADD(week, -1, GETDATE())
    Run a query to Download Data