Non-fungible token (NFT) ownership

The NFTTokenOwnership entity represents a NFT ownership relation between accounts and contract packages, as well as provides the total tokens number.

Properties

The NFTTokenOwnership entity has the following properties:

Example

{
  "contract_package_hash": "0074557b46c7a7c13e0b178e4463f451325129d845e9e494425d39cfd40e619d",
  "owner_hash": "532402a902ee117a772b2471df237346c906eddeb1580e18fa8b71ea559b9d2f",
  "owner_type": 0,
  "tokens_number": 1
}

Optional properties

Depending on the endpoint some of the following optional properties may be included in the NFTTokenOwnership entity:

Relations

Endpoints

The NFTTokenOwnership entity has the following endpoints:

Relation endpoints

None

Last updated