Fetch Ownership Information
Before you begin
As a brand, you wish to get the ownership information of a digital passport.
Let's start π
To get the ownership information of a digital passport, use /api/contracts/smartAssetContract/ownerOf/call
.
Body
[
553092984
]
Field | Mandatory | Type | Description |
---|---|---|---|
certificateId | β | String | Identification number of the digital passport. |
Success: The address
of the current NFT owner is returned.
"0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08"
Error:
{
"message": "Requesting owner of a nft that does not exist"
}
Updated about 2 months ago