NFT Contract
name
: The name of the NFT.description
: A brief description of the NFT, which can also be set to the same value asname
asset_file
: A URL pointing to the actual asset file that represents the NFTimage
: A URL pointing to the primary image associated with the NFT, which can also be set to the same value as theasset_file
supporting_file
: A URL pointing to the supporting file associated with the NFTparent_token
: The token ID of the parent NFT, if this asset is a child NFTparent_contract_address
: The contract address of the parent NFT contract, if this asset is a child NFTparent_network
: The ID of the blockchain network on which the parent NFT contract is deployed, if this asset is a child NFTcreator
: The address of the creator of the NFTmarketplace
: The URL of the marketplace where this NFT is listed, which ishttps://captureclub.cc
in this caseanimation_url
: A URL pointing to an animation associated with the NFT, which can also be set to the same value as theasset_file
{
"name": "Bangladesh Status",
"description": "Bangladesh Status",
"image": "https://ipfs.io/ipfs/bafybeihlesxaiwtvd4ce27v6wfkntlemluq4b5njmhhzvmkjww5oalaglu",
"asset_file": "https://ipfs.io/ipfs/bafybeihlesxaiwtvd4ce27v6wfkntlemluq4b5njmhhzvmkjww5oalaglu",
"supporting_file": "",
"parent_token": null,
"parent_contract_address": null,
"parent_network": null,
"asset_id:": "bafybeihlesxaiwtvd4ce27v6wfkntlemluq4b5njmhhzvmkjww5oalaglu",
"creator": "0xcCe339eB1159b392Fd0A7488a3C6403BB42123D6",
"marketplace": "https://captureclub.cc",
"animation_url": "https://ipfs.io/ipfs/bafybeihlesxaiwtvd4ce27v6wfkntlemluq4b5njmhhzvmkjww5oalaglu"
}
Last modified 16d ago