On this page

latest contributor to this doc

Last Edit:

@smk762

Refresh NFT Metadata

API-v2refresh_nft_metadata

This method refreshes metadata of one NFT and metadata of related transactions with the same token_address and token_id.

ParameterTypeRequiredDefaultDescription
chainstring-Chain which holds the NFT you would like to update metadata for. See NftNetworkEnum for allowed values.
token_addressstring-Token address.
token_idstring-Token ID.
komodo_proxyboolean-Indicates whether authentication is required for accessing the proxy URLs (true if authentication is necessary, otherwise false).
urlstring-URL link to the Moralis API proxy base url (https://moralis-proxy.komodo.earth) or equivalent (if komodo_proxy is set to true, will need to provide a new Komodo Proxy URL).
url_antispamstring-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"
  }
}