Metadata Standards

Sample metadata in Default Artion Collection

NFTs minted under the Default Artion Collection have the following metadata format:

{
  "Default Artion": {
    "name": "Billionaire Ape #11",
    "image": "https://artion.mypinata.cloud/ipfs/QmTdMb1UoP1LAQzyCoSUhNzHaF9GiNioMaTRQp2bh88dLg",
    "description": "Meet the Billionaire Club's NFT #11",
    "properties": {
      "symbol": "PARTYAPE",
      "address": "0x0550f5196ec5c453f8326c7b9bbc3ae60acaac7a",
      "royalty": "500",
      "recipient": "0x0550f5196ec5c453f8326c7b9bbc3ae60acaac7a",
      "IP_Rights": "",
      "createdAt": "08:41:51 GMT+0000 (Coordinated Universal Time)",
      "collection": "Fantom Powered NFT Collection"
    }
  }
}

Metadata using OpenSea standard

{
  "Ancenstral Umans": {
    "name": "Ancestral Uman 13",
    "attributes": [
      {
        "trait_type": "Background",
        "value": "Celestial Sphere",
        "count": 1636,
        "frequency": "54.53%"
      },
      {
        "trait_type": "Head",
        "value": "Square Cyan",
        "count": 1140,
        "frequency": "38.00%"
      },
      {
        "trait_type": "Eyes",
        "value": "Joyous",
        "count": 397,
        "frequency": "13.23%"
      },
      {
        "trait_type": "Hands",
        "value": "Gyan Hand Murda Cyan",
        "count": 131,
        "frequency": "4.37%"
      }
    ],
    "image": "https://ancestral-assets.s3.amazonaws.com/Ancestral+Uman+13.png",
    "id": "13"
  }
}
{
  "BabyBoo Kitten Crew": {
    "name": "Boo Kitten #2739",
    "image": "https://babydao.finance/api/image?id=2739",
    "attributes": [
      { "trait_type": "Body", "value": "BabyBoo" },
      { "trait_type": "Face", "value": "Upset" },
      { "trait_type": "Tail", "value": "Fluffy Tail" },
      { "trait_type": "Outfit", "value": "Scout" },
      { "trait_type": "Hat", "value": "Full Crown" }
    ]
  }
}
{
  "Bitumans": {
    "name": "Bit Uman #1",
    "attributes": [
      { "trait_type": "Head", "value": "Squared" },
      { "trait_type": "Eyes", "value": "Angry Eyes" },
      { "trait_type": "Necklace", "value": "Necklace" }
    ],
    "image": "https://m76p21w4h9.execute-api.us-east-1.amazonaws.com/umanURL?index=1",
    "id": "1"
  }
}    
{
  "Pumpkittens": {
    "description": "",
    "external_url": "",
    "image": "https://gateway.pinata.cloud/ipfs/QmTR9Kj6vyptDEiuFYDw4MjfEeJCCWG1EHt5sANALDLFwG/ciykvibvfm.png",
    "name": "Pumpkittens #53",
    "attributes": [
      {
        "trait_type": "Uniqueness",
        "value": "Scarf"
      },
      {
        "trait_type": "Dress",
        "value": "Winter"
      },
      {
        "trait_type": "Standout",
        "value": "Hat"
      },
      {
        "trait_type": "Color",
        "value": "Red"
      }
    ]
  }

Other metadata formats

{
  "FantomRock": {
    "name": "Unique FantomRock #0",
    "image": "https://fantomrock.com/img/tokens/0.png"
  }
}
{
  "Fantompunks": {
    "name": "FantomPunks",
    "description": "FantomPunks are a collection of unique punks built on the Fantom Opera blockchain. Each punk is human assembled.",
    "image": "https://gateway.pinata.cloud/ipfs/Qmb2Q8yGj8pwDvrcptB3wgF88s5QqujPuBSMAK5oPf3hQB"
  }
} 
 {
   "Fantums": {
    "id": 10700,
    "name": "AURELIA TAWWATER",
    "description": "Common (30) Fantum #10700, Ranked 10506.",
    "image": "https://api.fantums.com/token/img/0x00000001a900511705061b49d6ef2e0f213c09095f62279ac96543cd56415058.png",
    "image32": "https://api.fantums.com/token/img32/0x00000001a900511705061b49d6ef2e0f213c09095f62279ac96543cd56415058.png",
    "price": "0",
    "hash": "0x00000001a900511705061b49d6ef2e0f213c09095f62279ac96543cd56415058",
    "owner": "0x191068cb80980F440aC21B9A896DF0b7667e619d",
    "rarity": 10506,
    "rScore": 30,
    "rarityName": "Common",
    "level": 1,
    "dead": false,
    "has_died": false,
    "former_owner": "0x0000000000000000000000000000000000000000",
    "lwtdk": [0, 0, 0, 0, 0],
    "elo": 0,
    "summoner": false,
    "atDayCare": false,
    "parentOfFum": false,
    "totalFantums": "10860",
    "receivedCandy": false
  }
}  

Last updated

© 2024 Fantom Foundation