v1

latestOpenAPI 3.0.32026-07-2659172194.6 KB
collections

Refresh collection metadata

Refresh collection metadata

post/v1/chains/{chain_name}/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

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

contract_addressstring required

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"
  }
}