Update NFT
This method will scan selected networks to update NFT information stored in the local database. To interact with your NFTs, you will first need to activate the coin for the network the NFT is on.
See below for which coin to activate for each network:
Network | Coin |
---|---|
AVALANCHE | AVAX |
BSC | BNB |
ETH | ETH |
FANTOM | FTM |
POLYGON | MATIC |
These coins can be activated using the enable_eth_with_tokens or method.
Parameter | Type | Description |
---|---|---|
chains | array | List of networks to scan for NFTs. Options are: POLYGON , FANTOM , ETH , BSC , or AVALANCHE . |
proxy_auth | boolean | Indicates whether authentication is required for accessing the proxy URLs (true if necessary, false otherwise). |
url | string | URL link to the Moralis API proxy base url 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. |
If there are no errors, this request will return an empty response. When updating multiple networks, or wallets with numerous NFTs, this request may take a while to complete.
Update NFT
POST
update_nft{
"userpass": "RPC_UserP@SSW0RD",
"method": "update_nft",
"mmrpc": "2.0",
"params": {
"chains": [
"POLYGON"
],
"url": "https://moralis-proxy.komodo.earth",
"url_antispam": "https://nft.antispam.dragonhound.info",
"proxy_auth": false
}
}