badboyUntitled Query
    Updated 2022-10-29
    select
    count(*),sum(sales_amount),
    count(distinct purchaser) ,
    count(distinct seller)
    from (solana.core.fact_nft_sales)
    where marketplace='hyperspace'
    Run a query to Download Data