Drsimononchain gaias copy copy
    Updated 4 days ago
    {{param_38Ed}}-- forked from onchain gaias copy @ https://flipsidecrypto.xyz/studio/queries/80489866-5375-45bb-80c3-6b2592d09b21

    -- forked from onchain gaias @ https://flipsidecrypto.xyz/studio/queries/7f581d40-74f3-46a5-9189-96d7267ba988
    --https://warpcast.com/~/channel/ogs
    --https://warpcast.com/hony
    --https://warpcast.com/ciniz
    select
    PLATFORM_NAME,
    DATE_TRUNC('{{Time_frame}}', block_timestamp) AS DATE,
    count (DISTINCT tx_hash) as "Total trades",
    count(DISTINCT ORIGIN_FROM_ADDRESS) as "Total users",
    min(price_usd) as "Min trading volume (USD)",
    avg(price_usd) as "Avg trading volume (USD)",
    max(price_usd) as "Max trading volume (USD)",
    sum(price_usd) as "Total trading volume (USD)",
    min(price) as "Min trading volume (ETH)",
    avg(price) as "Avg trading volume (ETH)",
    max(price) as "Max trading volume (ETH)",
    sum(price) as "Total trading volume (ETH)"
    from
    base.nft.ez_nft_sales
    where
    nft_address = lower('0xA449b4f43D9A33FcdCF397b9cC7Aa909012709fD')
    and price <= '10'
    and price <> '0'
    group by
    1,
    2
    order by
    1 desc


    Last run: 4 days agoAuto-refreshes every 12 hours
    PLATFORM_NAME
    DATE
    Total trades
    Total users
    Min trading volume (USD)
    Avg trading volume (USD)
    Max trading volume (USD)
    Total trading volume (USD)
    Min trading volume (ETH)
    Avg trading volume (ETH)
    Max trading volume (ETH)
    Total trading volume (ETH)
    1
    opensea2024-07-01 00:00:00.00086684.057765746.898499955825.603216487468.9849995490.19650.215527440.23953442.1552744
    2
    opensea2024-10-08 00:00:00.00066536.8616555.663658857601.067093889.6456120.220.22808571430.2471.5966
    3
    opensea2024-05-16 00:00:00.00012121249.7339951433.3296804961684.7345915421499.945207440.41830.47803193330.5599997.170479
    4
    opensea2024-11-07 00:00:00.00014141065.5647381336.2989233613872.07729824053.3806204920.38010.47166872781.34718.4900371
    5
    opensea2025-02-22 00:00:00.00044889.30604904.245764673944.4743427146329.7203527140.3220.32935682860.34849782.3054978
    6
    opensea2024-10-17 00:00:00.0001311957.54891208.1697455352873.13418122.5461830260.370.4626141.16.93921
    7
    opensea2024-10-04 00:00:00.00055569.5848615.4310005654.253733692.5860030.240.25466666670.2691.528
    8
    opensea2024-06-25 00:00:00.00066704.166081010.5269286672368.9436166063.1615720.2110.29736666670.69421.7842
    9
    opensea2024-04-26 00:00:00.00024232612.5276860893337.1473768418125.019143732106788.7160589040.8351.0626926872.5934.006166
    10
    opensea2024-12-29 00:00:00.00014131390.9785452447.6452822168381.67534267.0339510190.41030.7259777852.510.16368899
    11
    opensea2024-08-30 00:00:00.00088390.401043556.70540681313.60325567.0540680.15830.222090.522.2209
    12
    opensea2024-08-09 00:00:00.00097601.161327632.451146886694.025049975692.060321970.22640.23875766670.258622.148819
    13
    opensea2024-04-09 00:00:00.00023194035.7837333885374.18329800611844.485899965145102.9490461611.1531.4854623.1940.107474
    14
    opensea2024-05-27 00:00:00.0002219794.80591009.5015816672918.107526247.041123330.2030.25808953850.756.710328
    15
    opensea2024-11-16 00:00:00.00036271053.793441616.1374875814448.334672726.1869411420.3360.51742775331.4223.2842489
    16
    opensea2024-10-02 00:00:00.000114618.031145705.1456373641465.496117756.6020110.24890.28417272730.59023.1259
    17
    opensea2024-11-17 00:00:00.000651014.43651073.2991981125.3870166439.7951880.330.34536666670.36532.0722
    18
    opensea2024-09-13 00:00:00.0003725444.716512687.0614534661691.10037432291.8883129230.18880.28956671790.698913.60963574
    19
    opensea2024-07-24 00:00:00.00011996.324996.324996.324996.3240.290.290.290.29
    20
    opensea2024-05-29 00:00:00.00017137.51942876.4931362431192.97721035.8352698240.0020.23231768750.3185.5756245
    ...
    439
    55KB
    5s