Cardano · Example Payload

Asset Onchain Metadata Cip68 Rft 444 Example

My NFT token description

BlockchainCryptocurrencyProof of StakeSmart ContractsWeb3

Asset Onchain Metadata Cip68 Rft 444 Example is an example object payload from Cardano, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nameimagedescriptionmediaTypedecimalsfiles

Example Payload

Raw ↑
{
  "name": "My NFT token",
  "image": "ipfs://ipfs/QmfKyJ4tuvHowwKQCbCHj4L5T3fSj8cjs7Aau8V7BWv226",
  "description": "My NFT token description",
  "mediaType": "image/jpeg",
  "decimals": 0.0,
  "files": [
    {
      "name": "myimage",
      "mediaType": "image/jpeg",
      "src": {}
    }
  ]
}