v1
latestOpenAPI 3.0.32026-07-2659172194.6 KBmetadata
Refresh stacked metadata
Refresh stacked metadata
post/v1/chains/{chain_name}/collections/{contract_address}/metadata/refresh-metadata
Path parameters
chain_namestring required
The name of chain
Example:imtbl-zkevm-testnet
The name of chain
contract_addressstring required
An Ethereum address
Example:0xe9b00a87700f660e46b6f5deaa1232836bcc07d3
Contract address
Request body
Example request
{
"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"
}
],
"metadata_id": "4e28df8d-f65c-4c11-ba04-6a9dd47b179b"
}
]
}Response
Accepted