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:
contract_package_hash
string(64)
NFT contract package hash represented as a hexadecimal string. First of of token identifier
block_height
uint64
Height of the block in which the token was minted.
token_id
string
Token ID under the contract. Second part of token identifier
owner_hash
string(64)
NFT token owner account or contract hash, represented as a hexadecimal string
owner_type
uint8
NFT owner type. 0
for account, 1
for contract
onchain_metadata
JSON
On-chain NFT metadata
offchain_metadata
JSON
Off-chain NFT metadata
is_burned
bool
true
if the token was burn
timestamp
uint16
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:
owner_public_key
string(68)
Owner public key if it's an account
Relations
Endpoints
The NFTToken
entity has the following endpoints:
Relation endpoints
The NFTToken
entity has the following relation endpoints:
Last updated