Single Collectibles
Retrieving a single collectible and displaying it's data
Get a single Collectible by TokenID and Owner Address
<!-- This top level div is the method Instance -->
<div
data-dh-feature="nft"
data-dh-property-tag-id="<<uniqueID>>"
data-dh-property-asset-token-id="<<TokenId>>"
data-dh-property-asset-owner-address="<<OwnerAddress>>">
<div data-dh-property-tag-id="<<uniqueID>>"
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>Get a single Collectible by TokenID and Contract Address
Last updated
Was this helpful?