How to get image url from nfts apis

hey I try to get the metadata like images url, description of my NFTs
I did’t use Moralis to mint / upload

but I have my contract address
0x93eaca17140fe6c918ef55e5d5b40a0b1a458b0d

opensea : https://testnets.opensea.io/collection/rink-hhq2qud3dn

is there is way to get images url form just contract address

you can do it, for example if you also know the token_id you can use getTokenIdMetadata: https://docs.moralis.io/moralis-server/web3-sdk/token#gettokenidmetadata

or you can get the list of all your NFTs with getNFTsForContract: https://docs.moralis.io/moralis-server/web3-sdk/account#getnftsforcontract

1 Like