[SOLVED] Retrieve new prefix url from NFTs collection

Hi there!

I am using Moralis API to pull the metadata and show userā€™s NFTs.
CURLOPT_URL => ā€œhttps://deep-index.moralis.io/api/v2/WALLET_ADDRESS/nft?chain=eth&format=decimal&normalizeMetadata=falseā€,

I have recently changed my ETH prefix url so that the collection points to a different arweave directory. Is there some type of cache that needs to be erased so that the API now reads the new location?

you can use resync metadata endpoint to update the metadata for a particular token id, you will have to run that function for every token id for that contract

From where do I do that?

From here?

It works now! thanks

1 Like

Great to hear that! :grinning_face_with_smiling_eyes:

If you have any other issues, feel free to open a new thread, weā€™re available 24/7 to assist you.

Hope you have a great day~