flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Last week volume
articoloquinto
Last week volume
Updated 2022-07-18
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
select
sum
(
SALES_AMOUNT
)
as
"volume"
from
solana
.
core
.
fact_nft_sales
where
mint
in
(
select
mint
from
solana
.
core
.
fact_nft_mints
where
PROGRAM_ID
=
'7ai9NePVdjZ2aPcMju7KQkXEryVQPxzZgMAhBieeZ1h'
)
and
block_timestamp
>=
DATEADD
(
week
,
-
1
,
GETDATE
(
)
)
Results
Run a query to Download Data