Back to All

how to view NFT IPFS info through getNFTs API ?

I am currently receiving NFT information through the getNFTs function.
However, the token uri received through the alchemy API is different from the actual token uri.

the NFT token uri obtained through smart contract is the ipfs hash value.
However, the token uri value given by alchemy is in the form of http uri(ex. http://api.elonmusknfts.xyz/ipfs/5).
I do not have access to uri such as "http://api.elonmusknfts.xyz/ipfs/5" in my current network state.

how can I actually see the NFT uploaded to IPFS through the API provided by alchemy?

ReadMe