Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any way to force to update metadata on Opensea?

I tried to change token base URL to display the new images of NFTs on opensea.io. But it is not updated immediately.

There is a way to update by specifying force_update=true on Rikeby testnet.

But I don't know how to update it on mainnet. Will it be possible?

Any help will be appreciated.

like image 558
Liki Crus Avatar asked Mar 02 '23 11:03

Liki Crus


1 Answers

Try this : https://api.opensea.io/api/v1/asset/<your_contract_address>/<token_id>/?force_update=true

please tell me if this works.

This method may not work on another mainnet example polygon.

Update: There is a manual refresh for metadata on opensea. One can always use that one too.

like image 128
cherry Avatar answered Mar 23 '23 05:03

cherry