Interesting enough, this token id (64283313149683081576875303351957245859152549831588882060198356581770049093633) works:
curl --request GET \
--url 'https://deep-index.moralis.io/api/v2/nft/0x2953399124F0cBB46d2CbACD8A89cF0599974963/64283313149683081576875303351957245859152549831588882060198356581770049093633?chain=polygon&format=decimal' \
--header 'X-API-Key: test' \
--header 'accept: application/json'
responds with:
{
"token_address": "0x2953399124f0cbb46d2cbacd8a89cf0599974963",
"token_id": "64283313149683081576875303351957245859152549831588882060198356581770049093633",
"amount": "1",
"owner_of": "0xce0ce10bc6251dcde4cafaa189a4a9539731506a",
"token_hash": "2cdd22ede09d4d412c3dfd047f9a8991",
"block_number_minted": "32856352",
"block_number": "32856352",
"transfer_index": [
32856352,
35,
156,
0
],
"contract_type": "ERC1155",
"name": "OpenSea Collections",
"symbol": "OPENSTORE",
"token_uri": "https://api.opensea.io/api/v2/metadata/matic/0x2953399124F0cBB46d2CbACD8A89cF0599974963/0x8e1f10dd36b518a387eacaff6ce96ee67d636632000000000000020000000001",
"metadata": "{\"image\":\"https://lh3.googleusercontent.com/2OZr7YJPCPGSowjmsI5lBUD_6GrOraXeLLrU0l95zPbbS9oYpjujKiYyqhhv5VK9oxC_jIy1wWgeN8F8kip_a2szttyjMxPslhdC\",\"name\":\"#02 Fortaleza Banco Central Heist\",\"description\":\"**The Corsair** is a collection of 30 unique NFTs introducing Heist Media to Web3. \\nHand-drawn by Emmy Award-winning artist Jack Forbes, each distinct NFT references a different historical caper and unlocks special content. Holders will be the first to access exclusive Discord rooms to interact with the writers, artists, and editors shaping a new kind of journalism. \\n\\n\\n[Discord](https://discord.gg/3PjQke8euc)\\n\\n[Twitter](https://twitter.com/heistmagnft)\\n\",\"external_link\":null,\"animation_url\":null,\"traits\":[]}",
"last_token_uri_sync": "2022-09-08T18:33:11.489Z",
"last_metadata_sync": "2022-09-08T18:37:36.777Z"
}
The hex equivalent (0x8e1f10dd36b518a387eacaff6ce96ee67d636632000000000000020000000001) doesn’t work though.