mattkstewNFTs 5
    Updated 2023-01-05
    select
    sum(sales_amount/1e6) as value
    from terra.core.fact_nft_sales
    where block_timestamp > '2023-01-01'

    Run a query to Download Data