0-MIDtotal
Updated 2024-08-23
99
1
2
3
4
5
6
7
8
9
10
11
12
13
›
⌄
select --BLOCK_TIMESTAMP::date as day
sum(PRICE_USD) as volume
,avg(PRICE_USD) as avg_volume
,count(distinct TX_HASH) as trades
,count(distinct BUYER_ADDRESS) as buyers
,count(distinct SELLER_ADDRESS) as sellers
,count(distinct TOKEN_ID) as sold_token
from near.nft.ez_nft_sales
where PLATFORM_NAME='TradePort'
--group by 1
QueryRunArchived: QueryRun has been archived