Drsimonbuyers and sellers
    Updated 2025-03-23
    select
    DATE_TRUNC('{{Time_frame}}', block_timestamp) AS DATE,
    count(distinct BUYER_ADDRESS) AS BUYERS ,
    count(distinct SELLER_ADDRESS ) * -1 AS SELLERS ,
    count(distinct tx_hash) as nft_sales ,
    count(distinct tokenid) ,
    sum(price) as price_eth,
    sum(price_usd) as price_usd
    from base.nft.ez_nft_sales
    where nft_address = lower('0xA449b4f43D9A33FcdCF397b9cC7Aa909012709fD')
    group by 1
    order by 2 desc

    Last run: 16 days agoAuto-refreshes every 12 hours
    DATE
    BUYERS
    SELLERS
    NFT_SALES
    COUNT(DISTINCT TOKENID)
    PRICE_ETH
    PRICE_USD
    1
    2024-03-20 00:00:00.000208-326329351232.293093989771482.464906076
    2
    2024-03-13 00:00:00.000198-70853571740.889631888162988.679059506
    3
    2024-03-14 00:00:00.000197-56244159065.496397877259019.520295648
    4
    2024-03-16 00:00:00.000187-352334409119.619558788438102.576203678
    5
    2024-03-12 00:00:00.000132-4183084136.495366225903.686857319
    6
    2024-03-31 00:00:00.000129-153170180320.9129979891156066.74949165
    7
    2024-03-15 00:00:00.000125-29724031342.499316159058.068392512
    8
    2024-03-26 00:00:00.000123-132156156164.56475969593457.868709627
    9
    2024-03-17 00:00:00.000106-18119221095.442760999340067.787631414
    10
    2024-03-27 00:00:00.00093-94110110160.123034432570758.477562511
    11
    2024-04-01 00:00:00.00086-97112134266.35280149953069.994013035
    12
    2024-03-18 00:00:00.00081-10811611548.1963351172500.816638549
    13
    2024-03-22 00:00:00.00079-9210410492.304639316884.25143733
    14
    2024-03-19 00:00:00.00076-9210510434.88798456115709.247620139
    15
    2024-03-21 00:00:00.00069-79869872.04053252751.90228749
    16
    2025-01-05 00:00:00.00068-90104160269.22432998981313.050905703
    17
    2024-03-25 00:00:00.00064-68818287.42623999307572.822511199
    18
    2024-03-29 00:00:00.00064-619688120.717196426549.53344349
    19
    2024-04-07 00:00:00.00059-697383145.332749492601.061751316
    20
    2024-03-23 00:00:00.00056-75698182.777228277697.304501144
    ...
    375
    23KB
    5s