messariNFT Sales
Updated 2023-01-14
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
›
⌄
--7dCapnrCrpLDNPQCe5mMyS2iuxGx7Kfd5cMNmJqttXu6
select
date(block_timestamp) as date,
marketplace,
mint,
program_id,
purchaser,
sales_amount,
seller
from
solana.core.fact_nft_sales
where
succeeded = TRUE
and date < DATE('2023-01-01')
and date >= DATE('2022-01-01')
limit
100
Run a query to Download Data