cURL
curl --request POST \ --url https://api.sandbox.immutable.com/v1/internal/chains/{chain_name}/environment/{environment}/collections/{contract_address}/refresh-metadata \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "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" } } '
{ "contract_address": "<string>", "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" } }
Refresh collection metadata internal
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The address contract
The name of chain
"imtbl-zkevm-testnet"
The environment of the collection
The request body
Show child attributes
200 response
The chain details
Was this page helpful?