Get an NFT specified by the NFT Identifier

REQUEST


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

RETURNS


{
  "nftId": "nft_61f2747573d309c61f66d858",
  "templateId": "nt_61f26fe173d309c61f66d856",
  "editionNumber": 1,
  "tokenId": "0x0f",
  "transactionHash": "0x31c361aec4d4abefdf66b23a0e2227a215edf5ca5c2834c1fe737cc4e660fb57",
  "contract": {
    "blockchain": "XDAI",
    "contractAddress": "0xeF32e7a27e86F3082Fc29c4149c4E90D78063072"
  },
  "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": [
    {
      "fieldName": "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": 2,
  "burnable": true,
  "price": 1,
  "rights": "PERSONAL",
  "dateCreated": "2022-01-27T10:31:17.830Z"
}