Non-fungible token (NFT)
The NFTToken
entity provides representation of an NFT on Casper Network. CSPR.cloud supports NFTs compatible with the CEP-47 and CEP-78 Casper Network standards.
Properties
The NFTToken
entity has the following properties:
Property | Type | Description |
---|---|---|
|
| NFT contract package hash represented as a hexadecimal string. First of of token identifier |
|
| Height of the block in which the token was minted. |
|
| Token ID under the contract. Second part of token identifier |
|
| NFT standard identifier |
|
| NFT token owner account or contract hash, represented as a hexadecimal string |
|
| NFT owner type. |
|
| On-chain NFT metadata |
|
| Off-chain NFT metadata |
|
| NFT token offchain metadata status identifier |
|
|
|
|
| Unique ID describes relation with corresponded |
|
| The timestamp of token creation |
Example
Optional properties
Depending on the endpoint some of the following optional properties may be included in the NFTToken
entity:
Property | Type | Description |
---|---|---|
| NFT contract package | |
|
| Owner public key if it's an account |
|
| Primary CSPR.name of the owner account |
Relations
Entity | Mapping property | Description |
---|---|---|
| NFT tokens belong to a contract package | |
| NFT token could have accounts as the token owner | |
| NFT token actions are mapped by contract package hash and token id |
Endpoints
The NFTToken
entity has the following endpoints:
Relation endpoints
The NFTToken
entity has the following relation endpoints:
Last updated