These docs are for v1.9. Click to read the latest docs for v2.1.

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
]
FieldMandatoryTypeDescription
certificateIdβœ…StringIdentification 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"
}