[SOLVED] Get /{address}/nft returns wrong result

Dear cryptokid,

I used Moralis API image , but it retuns me wrong result.
params: {
chain: polygon
address: 0xe70211Fca599F0A83ddF12D4Ad15ACeec6eD1B3b
}

result:

the result should be:image

Moralis API returns me 6 wrong token_uri… can you fix it?..

yours,
Rick

Hi have you tried resyncing it with resyncMetadata? You need to use it with uri for the flag parameter.

It’s underneath the Token section on the Web3 API page as well.

It works, thank you Mr.Glad.