NFTs
Reindex NFT metadata
Triggers reindexing of token metadata for an NFT token. Reindexing can only be called once per hour for each NFT token.
POST
/
v1
/
chains
/
{chainId}
/
nfts
/
collections
/
{address}
/
tokens
/
{tokenId}
:reindex
Authorizations
x-glacier-api-key
string
headerrequiredApi keys provide higher access to rate limits. To obtain an api key, sign up for an account at https://avacloud.io/.
Path Parameters
chainId
string
requiredA supported evm chain id or blockchain id. Use the /chains
endpoint to get a list of supported chain ids.
address
string
requiredContract address on the relevant chain.
tokenId
string
requiredTokenId on the contract
Was this page helpful?