Get all minted NFTs

REQUEST


curl -X 'GET' \\
  '<https://api.momint.so/nfts?page=1&pageSize=2>' \\
  -H 'accept: application/json' \\
  -H 'api-key: api_key'

RESPONSE


{
  "data": [
    {
      "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,
      "burnable": true,
      "price": 1,
      "dateCreated": "2022-01-27T10:31:17.830Z"
    },
    {
      "nftId": "nft_61f2747c73d309c61f66d859",
      "templateId": "nt_61f26fe173d309c61f66d856",
      "editionNumber": 2,
      "tokenId": "0x10",
      "transactionHash": "0x395714bc8b9118dff2b3cf344044aa348737f2dd6d7329e3c6ea9c825320d4aa",
      "contract": {
        "blockchain": "POLYGON",
        "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,
      "burnable": true,
      "price": 1,
      "dateCreated": "2022-01-27T10:31:24.122Z"
    }
  ],
  "totalItems": 345
}