Displaying Token Metadata
Loading Metadata
Getting the token Name and ImageURL
{
"description": "Friendly OpenSea Creature that enjoys long swims in the ocean.",
"external_url": "https://openseacreatures.io/3",
"image": "https://storage.googleapis.com/opensea-prod.appspot.com/puffs/3.png",
"name": "Dave Starbelly",
"attributes": [ ... ],
}<div
data-dh-feature="nft"
data-dh-property-tag-id="000"
data-dh-property-asset-owner-address="<<User Address>>">
<div
data-dh-property-tag-id="000"
data-dh-property-asset-item="true">
<img data-dh-property-asset-json-path="image_url" />
<h3 data-dh-property-asset-json-path="name"></h3>
</div>
</div>Last updated
Was this helpful?