Ensure you are compliant with the standards
Both of these standards require the implementation of
supportsInterface
method from ERC165 standard.A way to double check this is to open your contract in Etherscan and ensure it says
ERC721
or ERC1155
on your contract page.
A contract like this will show up in the NFT API.

A contract like this won't show up in the NFT API.
Comments
0 comments
Please sign in to leave a comment.