v1
latestOpenAPI 3.0.32026-07-2659172194.6 KBmetadata
Refresh NFT metadata
Refresh NFT metadata
post/v1/chains/{chain_name}/collections/{contract_address}/nfts/refresh-metadata
Path parameters
contract_addressstring required
The address of contract
chain_namestring required
The name of chain
Example:imtbl-zkevm-testnet
The name of chain
Request body
Example request
{
"nft_metadata": [
{
"name": "Sword",
"description": "2022-08-16T17:43:26.991388Z",
"image": "https://some-url",
"external_url": "https://some-url",
"animation_url": "https://some-url",
"youtube_url": "https://some-url",
"attributes": [
{
"display_type": "number",
"trait_type": "Aqua Power"
}
],
"token_id": "1"
}
]
}Response
Accepted