0-MIDAptos NFT Projects
Updated 2023-12-06Copy Reference Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
›
⌄
select distinct LABEL as "NFT Marketplace"
,case
when LABEL='seashrine' then 'The Safest Aptos NFT Marketplace With a Unique GameFi DAO Reward System'
when LABEL='bluemov' then 'The Leading Multi-hain NFT Marketplace on Aptos'
when LABEL='mercato' then 'The fastest, most comprehensive NFT Aggregator on Aptos, built for serious NFT traders'
when LABEL='souffl3' then 'NFT Eco Leader Built on Aptos | Sui Blueberry HQ'
when LABEL='topaz' then 'The Premiere NFT Platform, Built on Aptos'
when LABEL='wapal' then 'Leading NFT Marketplace on Aptos by Mokshya protocol'
end as "📋 Description"
,case
when LABEL='seashrine' then 'https://seashrine.io/'
when LABEL='bluemove' then 'https://bluemove.net/'
when LABEL='mercato' then 'https://www.mercato.xyz/'
when LABEL='souffl3' then 'https://souffl3.com/'
when LABEL='topaz' then 'https://www.topaz.so/'
when LABEL='wapal' then 'https://wapal.io/'
end as "📡 Website"
,case
when LABEL='seashrine' then 'https://discord.com/invite/seashrine'
when LABEL='bluemove' then 'https://discord.com/invite/bluemove'
when LABEL='mercato' then 'http://discord.gg/6DDVNE3YDu'
when LABEL='souffl3' then 'https://discord.com/invite/souffl3'
when LABEL='topaz' then 'https://discord.com/invite/SWVxuJkFSH'
when LABEL='wapal' then 'https://discord.com/invite/CBRmXKHXyt'
end as "📭 Discord"
,case
when LABEL='seashrine' then 'https://twitter.com/SeaShrineNFT'
when LABEL='bluemove' then 'https://twitter.com/BlueMove_OA'
when LABEL='mercato' then 'https://twitter.com/Mercato_xyz'
when LABEL='souffl3' then 'https://twitter.com/nft_souffl3'
when LABEL='topaz' then 'https://twitter.com/topazmarket'
when LABEL='wapal' then 'https://twitter.com/wapal_official'
end as "❌ (Twitter)"
from aptos.core.dim_labels
where LABEL_TYPE='nft'
Run a query to Download Data