Get Distributed Digital Passports List by Tags
Get the digital passports list for one or several tags.
Before you begin
As a brand, say you wish to list digital passport IDs having one or several specific tags.
This API returns only the digital passports that are no longer owned by the NFT Management Platform.
Let's start 🚀
Use the certificate/getListOfSmartAssetsIdByTags
with the following parameters.
NFT Management Platform user rights required →
certRead
Example:
{
"tags": ["kittenhoodie"],
"tagRule": "and",
"uniqueOwner": true
}
Input | Mandatory | Type | Description |
---|---|---|---|
tags | ✅ | String | Tag of the digital passport to count. |
tagRule | ❌ | and , or | If you search for one tag, leave the parameter empty. |
uniqueOwner | ✅ | Boolean | The digital passport has had one unique owner since its creation. |
Result: The digital passport ID list is returned.
If incorrect
tags
,smartAssetId
list is empty.
{
"result": {
"smartAssetsId": [
479081,
95239832777,
70269147,
22143314,
95041636,
296461532,
43724522,
48496526,
47045142,
74876956,
46905527
]
}
}
{
"result": {
"smartAssetsId": []
}
}
Updated about 1 year ago