[SOLVED] Inconsistency in API response

API-1 : https://deep-index.moralis.io/api/v2/${address}/nft
API-2 : https://deep-index.moralis.io/api/v2/nft/${address}/${_token_id}

When I hit the API-1 with address as 0xAb9415961F58eBD6d79029bC76F261Fa65a80D3D, one of the NFT I get in (NftChain: β€œpolygon” , NftContract: β€œ0xf553ed185e1a6766a4df9437cc0f470787c4d3cf”
NftTokenId: β€œ0”)

When I use same NFT details in API-2 the owner_of comes out to be different.

1 Like

that is a "contract_type": "ERC1155",, for an erc1155 token id there could be multiple owners

But we only get a single address here. Is there anyway to get list of all owners ?

there is a separate api to get the list for all the owners