flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Dim labels label_type = nft and subtype = marketplace
Kaskoazul
Dim labels label_type = nft and subtype = marketplace
Updated 2022-09-25
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
-- select *
-- from ethereum.core.dim_labels
-- where address = '0x00000000006c3852cbef3e08e8df289169ede581'
select
label
,
address
from
ethereum
.
core
.
dim_labels
where
label_type
=
'nft'
and
label_subtype
=
'marketplace'
group
by
1
,
2
Results
Run a query to Download Data