Cardano · Example Payload

Asset Onchain Metadata Cip25 Example

BlockchainCryptocurrencyProof-of-StakeSmart ContractsWeb3

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

Top-level fields

nameimagedescriptionmediaTypefiles

Example Payload

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