Refresh NFT Metadata
This method refreshes metadata of one NFT and metadata of related transactions with the same token_address and token_id.
Parameter | Type | Description |
---|---|---|
chain | string | Chains which holds the NFT you would like to updated metadata for. |
token_address | string | Token address. |
token_id | string | Token ID. |
proxy_auth | boolean | Indicates whether authentication is required for accessing the proxy URLs (true if authentication is necessary, otherwise false). |
url | string | URL link to the Moralis API proxy base url (https://moralis-proxy.komodo.earth) or equivalent (if proxy_auth is set to true, will need to provide a new Komodo Proxy URL). |
url_antispam | string | URL link to the Antispam API proxy base url or equivalent. docs. |
If there are no errors, this request will return an empty response.
Refresh NFT Metadata
POST
refresh_nft_metadata{
"userpass": "RPC_UserP@SSW0RD",
"method": "refresh_nft_metadata",
"mmrpc": "2.0",
"params": {
"token_address": "0x48c75fbf0452fa8ff2928ddf46b0fe7629cca2ff",
"token_id": "5",
"chain": "POLYGON",
"url": "https://moralis-proxy.komodo.earth",
"url_antispam": "https://nft.antispam.dragonhound.info"
}
}