Listing Collectibles
How to display lists of Collectibles
General Concepts
List all Collectibles owned by an address
<!-- This top level div is the method Instance -->
<div
data-dh-feature="nft"
data-dh-property-tag-id="<<UniqueID>>"
data-dh-property-asset-owner-address="<<address>>">
<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>Filtering by Contract Address
List of all Collectibles by Collectible contract address
List of specific Collectibles by owner
Pagination and Limits
pagination-limit
pagination-offset
pagination-prev
pagination-next
Last updated
Was this helpful?