fetch-nft icon indicating copy to clipboard operation
fetch-nft copied to clipboard

Fetch metadata / attributes

Open p-a-u-l-i-e opened this issue 2 years ago β€’ 0 comments

Is there a way to fetch the metadata attributes of an NFT as well?

Like this Solana NFT would return:

"attributes":[
    {"trait_type":"Background","value":"Red"},
    {"trait_type":"Fur / Skin","value":"Brown / Peach"},
    {"trait_type":"Head","value":"No Traits"},
    {"trait_type":"Mouth","value":"Pizza"},
    {"trait_type":"Teeth","value":"Wooden Tooth"},
    {"trait_type":"Clothing","value":"Striped T-Shirt"},
    {"trait_type":"Eyewear","value":"Aviator Glasses"}
]

p-a-u-l-i-e avatar Jun 14 '22 18:06 p-a-u-l-i-e