kasadeghUntitled Query
Updated 2022-12-05
99
1
2
3
4
5
6
7
8
9
10
›
⌄
select
nft_id,
avg(price) as avg_price
from flow.core.ez_nft_sales
where NFT_COLLECTION ='A.e4cf4bdc1751c65d.AllDay'
and currency='A.ead892083b3e2c6c.DapperUtilityCoin'
and TX_SUCCEEDED ='TRUE'
and BLOCK_TIMESTAMP >='2022-11-24' and BLOCK_TIMESTAMP <='2022-11-30'
group by 1
Run a query to Download Data