0xBlackfishUntitled Query
Updated 2023-08-29
99
1
2
3
4
5
6
7
8
9
10
11
12
13
›
⌄
⌄
/*select distinct l.label, l.label_subtype
from solana.core.dim_labels l
where
--(l.label like '%magic eden%'
--or l.label like '%tensor%')
--and l.label_subtype <> 'nf_token_contract'
l.label_type = 'nft' and
l.label_subtype <> 'nf_token_contract'
limit 1000*/
select *
from solana.core.dim_labels
limit 1000
Run a query to Download Data