Get an NFT Template.

REQUEST


curl -X 'GET' \\
  '<https://api.momint.so/templates/nt_61f26fe173d309c61f66d856>' \\
  -H 'accept: application/json' \\
  -H 'api-key: api_key'

RESPONSE


{
  "templateId": "nt_61f26fe173d309c61f66d856",
	"tokenURI": "<https://ipfs.io/ipfs/QmdnmbGJakHiSkxp7Ef1PSRi5x2QXMais7rkijEuzX8VWD>"
  "metadata": {
    "name": "Test NFT",
    "description": "Test NFT",
    "attributes": [
      {
        "trait_type": "color",
        "display_name": "color",
        "value": "red"
      },
      {
        "trait_type": "weight",
        "display_name": "weight",
        "value": "35 kilos"
      }
    ],
    "image": "<https://ipfs.io/ipfs/QmdJL3TzLFfQDdN3xNgKzExiSHD4u3WR4HWN5BauLmWu8a>",
    "animation_url": "https://animation_link.com"
  },
  "files": [
    {
      "metadata_field": "image",
      "file": {
        "id": "fl_61f26a1f73d309c61f66d854",
        "hash": "QmdJL3TzLFfQDdN3xNgKzExiSHD4u3WR4HWN5BauLmWu8a",
        "fileService": "IPFS",
        "fileType": "mp4",
        "links": {
          "original": "<https://momint.blob.core.windows.net/nfts/11981ea8-5d70-4c9e-99b7-97cbe4f9cc27.mp4>"
        }
      }
    }
  ],
  "maxEditions": 10,
  "editionsMinted": 0,
  "contract": {
    "blockchain": "POLYGON",
    "contractAddress": "0xeF32e7a27e86F3082Fc29c4149c4E90D78063072"
  },
  "burnable": true,
  "rights": "PERSONAL",
  "priceSettings": {
    "type": "FLAT_RATE",
    "price": 1
  }
}