Pmisha-bmlMdxMint.1
Updated 2022-04-18
9
1
2
3
4
5
6
›
⌄
select
--date_trunc('day',block_timestamp) as dt,
count(distinct MINT) as total_mint
from solana.fact_nft_mints
--where PROGRAM_ID in ('cndy3Z4yapfJBmL3ShUp5exZKqR3z33thTzeNMm2gRZ','cndyAnrLdpjq1Ssp1z8xxDsB8dxe7u4HL5Nxi2K5WXZ')
where block_timestamp>CURRENT_DATE-8
Run a query to Download Data