v1
latestOpenAPI 3.0.32026-07-2659172194.6 KBcollections
Refresh collection metadata internal
Refresh collection metadata internal
post/v1/internal/chains/{chain_name}/environment/{environment}/collections/{contract_address}/refresh-metadata
Path parameters
contract_addressstring required
The address contract
chain_namestring required
The name of chain
Example:imtbl-zkevm-testnet
The name of chain
environmentstring required
The environment of the collection
Request body
Example request
{
"collection_metadata": {
"name": "Gigantic Lizards",
"symbol": "GLZ",
"description": "This is the Gigantic Lizards collection",
"image": "https://some-url",
"external_link": "https://some-url",
"contract_uri": "https://some-url",
"base_uri": "https://some-url"
}
}Response
200 response
Example response
{
"chain": {
"id": "eip155:13372",
"name": "imtbl-zkevm-testnet"
},
"collection_metadata": {
"name": "Gigantic Lizards",
"symbol": "GLZ",
"description": "This is the Gigantic Lizards collection",
"image": "https://some-url",
"external_link": "https://some-url",
"contract_uri": "https://some-url",
"base_uri": "https://some-url"
}
}