fidamTop 10 nft by volume
    Updated 2025-01-27
    SELECT
    PROJECT_NAME,
    Sum(PRICE_USD) as Volume
    from avalanche.nft.ez_nft_sales
    Where BLOCK_TIMESTAMP >= CURRENT_DATE -INTERVAL '7 Days'
    AND PROJECT_NAME is NOT NULL
    group by 1
    ORDER by 2 DESC
    LIMIT 10
    Last run: 3 months ago
    PROJECT_NAME
    VOLUME
    1
    Orbs by YellowCatDao41808.39
    2
    Baby Seals26715.88086
    3
    Winter Scenes26137.5432
    4
    Dokyo2661.6594
    5
    Koneko2152.525
    6
    nochillio1798.90077
    7
    LIFE1474.3685
    8
    Analog Distortions by Wrath976.56
    9
    CoqCards748.78645511
    10
    Kripto Mevsimi Golden Pass672.6
    10
    277B
    1s