I have implemented NFTs with the diamond standard. See the contracts here-
I am unable to get NFT metadata using Moralis.
const options = {
address: 0x434c83d0d44eF9B6a2295C0a43DA2b065265075a,
token_id: 1,
chain: "mumbai",
};
const token = await Moralis.Web3API.token.getTokenIdMetadata(options);
This does not work. Can someone tell me why?