fetch-nft
fetch-nft copied to clipboard
Fetch metadata / attributes
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"}
]