flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
average amount of NFTs minted per mint action
gigiokoba
average amount of NFTs minted per mint action
Updated 2024-03-06
Copy Reference
Fork
9
1
2
3
4
›
⌄
SELECT
AVG
(
MINT_AMOUNT
)
AS
average_mint_per_action
FROM
solana
.
nft
.
fact_nft_mint_actions
;
WHERE
BLOCK_TIMESTAMP
BETWEEN
'2024-01-01'
AND
'2024-03-04'
;
Results
QueryRunArchived: QueryRun has been archived