flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
The volume and number of sale on NBA TOP SHOT in the FLOW blockchain
elsina
The volume and number of sale on NBA TOP SHOT in the FLOW blockchain
Updated 2022-07-12
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
block_timestamp
::
date
as
date
,
sum
(
price
)
as
volume
,
count
(
*
)
as
"count"
from
flow
.
core
.
fact_nft_sales
where
marketplace
=
'A.c1e4f4f4c4257510.TopShotMarketV3'
group
by
1
Results
Run a query to Download Data