0-MIDTop 10 Collection By Mostbuyers 7 day
    Updated 2024-01-29

    select
    PROJECT_NAME as collection
    ,count(distinct BUYER_ADDRESS) as buyers
    ,count(distinct TOKENID) as nft_trade
    ,sum(PRICE_USD) as volume
    ,count(distinct SELLER_ADDRESS) as sellers
    --,count(distinct TX_HASH) as sell_count
    from bsc.nft.ez_nft_sales
    where BLOCK_TIMESTAMP::date>=Current_date-7
    and PROJECT_NAME is not null
    group by 1
    order by 2 desc
    limit 10





    Last run: about 1 year agoAuto-refreshes every 24 hours
    COLLECTION
    BUYERS
    NFT_TRADE
    VOLUME
    SELLERS
    1
    Legendary Pandra King15417625063.97378660
    2
    SPACE ID909256.30723595322
    3
    Moonlight8430821967.71056120
    4
    BSC-420 BOX642748274.3036866
    5
    YuliOriginGenOne52704855.80340645
    6
    KGBNB4417051579.14344569
    7
    BRC20&BINANCE4154370456.27122150
    8
    The World of Axolotls40911310.54456622
    9
    MetaX-Creation399631114.6507358530
    10
    PassCard3325526082.223737113
    10
    403B
    4s