Unable to list Polygon NFT

hey guys - looking for some help with listing polygon NFTs from an address with the REST API.
here’s the NFT owned by the address: https://opensea.io/assets/matic/0x2953399124f0cbb46d2cbacd8a89cf0599974963/7100945274744738267190521373553677365104352689945497208325472487391094636545 owned by 0x0fb2fe1ae34586dd65a6f0c406c31817e721d168

making a request to https://deep-index.moralis.io/api/v2/0x0fb2fe1ae34586dd65a6f0c406c31817e721d168/nft?chain=polygon returns:

[
  {
    "token_address": "0x2953399124f0cbb46d2cbacd8a89cf0599974963",
    "token_id": "7100945274744738267190521373553677365104352689945497208325472486291583008769",
    "block_number_minted": "19690907",
    "owner_of": "0x0fb2fe1ae34586dd65a6f0c406c31817e721d168",
    "block_number": "19690907",
    "amount": "1",
    "contract_type": "ERC1155",
    "name": "OpenSea Collections",
    "symbol": "OPENSTORE",
    "token_uri": "https://api.opensea.io/api/v2/metadata/matic/0x2953399124F0cBB46d2CbACD8A89cF0599974963/0x0fb2fe1ae34586dd65a6f0c406c31817e721d168000000000000010000000001",
    "metadata": null,
    "synced_at": "2021-09-30T19:25:58.224Z",
    "is_valid": 0,
    "syncing": 2,
    "frozen": 0
  }
]

which doesn’t include the NFT… any help appreciated!

that page doesn’t load for me, if that NFT is a lazy minted NFT (as in not on chain), then it will not show when using the API endpoint