Non-fungible token (NFT) action

The NFTTokenAction entity describes standard actions that can be performed on NFTs, such as mint, transfer, burn etc. CSPR.cloud supports NFTs compatible with the CEP-47 and CEP-78 Casper Network standards.

Properties

The NFTTokenAction entity has the following properties:

Example

{
  "contract_package_hash": "542359cb825bbf2a10017db5cb31b8862df7a64784e39b947678164156050d89",
  "deploy_hash": "1a9d50b16af889d2c3bd32e54216150d3bb2e0718d2a6572bb33167d1297460c",
  "block_height": 2404577,
  "from_hash": "3411d3b4d457af0309f3ee967d18ca53fdff749caa60314aeb47f2ff9f99c1c1",
  "from_type": 0,
  "nft_action_id": 5,
  "timestamp": "2021-08-11T07:20:18Z",
  "to_hash": "3411d3b4d457af0309f3ee967d18ca53fdff749caa60314aeb47f2ff9f99c1c1",
  "to_type": 0,
  "token_id": "US-7000001-XTest6",
  "token_tracking_id": 5
}

Optional properties

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

Relations

Endpoints

The NFTTokenAction entity has the following endpoints:

Relation endpoints

The NFTTokenAction entity has the following relation endpoints:

Last updated