Open niwatoliver opened 2 years ago
Running the following Javascript code with getTokenIdMetadata will return No metadata found! Try again later.
getTokenIdMetadata
No metadata found! Try again later
const tokenIdMetadata = await Moralis.Web3API.token.getTokenIdMetadata({ address: '0x88b48f654c30e99bc2e4a1559b4dcf1ad93fa656', token_id: '45210219323525622005916031417052358146209118995657193786396528339504945168385', chain: 'rinkeby' });
The following blockchains are supported.
https://rinkeby.etherscan.io/token/0x88b48f654c30e99bc2e4a1559b4dcf1ad93fa656?a=45210219323525622005916031417052358146209118995657193786396528339504945168385
My guess is that if the name contains Japanese, an error will occur.
Running the following Javascript code with
getTokenIdMetadata
will returnNo metadata found! Try again later
.The following blockchains are supported.
https://rinkeby.etherscan.io/token/0x88b48f654c30e99bc2e4a1559b4dcf1ad93fa656?a=45210219323525622005916031417052358146209118995657193786396528339504945168385
My guess is that if the name contains Japanese, an error will occur.