SpecterSummary
    Updated 2025-04-04
    select
    SUM(price_usd) as volume,
    avg(price_usd) as avg_volume,
    COUNT(distinct buyer_address) as buyers,
    COUNT(distinct seller_address) as sellers,
    COUNT(tokenid) as nft_sold,
    COUNT(DISTINCT nft_address) AS Unique_nft_sold,
    COUNT(distinct tx_hash) as transaction,
    SUM(total_fees_usd) AS Total_fees,
    SUM(platform_fee_usd) AS Platform_fees,
    SUM(creator_fee_usd) AS Creator_fee,
    FROM base.nft.ez_nft_sales
    WHERE PLATFORM_NAME = 'opensea'

    Last run: 22 days ago
    VOLUME
    AVG_VOLUME
    BUYERS
    SELLERS
    NFT_SOLD
    UNIQUE_NFT_SOLD
    TRANSACTION
    TOTAL_FEES
    PLATFORM_FEES
    CREATOR_FEE
    1
    453217983.52155277.56904021443759339435558427692567624642165917124.4599343306966.01423892610158.44569509
    1
    117B
    3s