messariNFT Sales
    Updated 2023-01-14
    --7dCapnrCrpLDNPQCe5mMyS2iuxGx7Kfd5cMNmJqttXu6
    select
    date(block_timestamp) as date,
    marketplace,
    mint,
    program_id,
    purchaser,
    sales_amount,
    seller
    from
    solana.core.fact_nft_sales
    where
    succeeded = TRUE
    and date < DATE('2023-01-01')
    and date >= DATE('2022-01-01')
    limit
    100
    Run a query to Download Data