v1

latestOpenAPI 3.0.32026-07-2659172194.6 KB
metadata

Get metadata by ID

Get metadata by ID

get/v1/chains/{chain_name}/collections/{contract_address}/metadata/{metadata_id}

Path parameters

chain_namestring required

The name of chain

Example:imtbl-zkevm-testnet

The name of chain

contract_addressstring required

The address of metadata contract

metadata_idstring uuid required

Metadata id in UUIDv4 format

Example:4e28df8d-f65c-4c11-ba04-6a9dd47b179b

The id of the metadata

Response

200 response

Example response

{
  "result": {
    "id": "4e28df8d-f65c-4c11-ba04-6a9dd47b179b",
    "chain": {
      "id": "eip155:13372",
      "name": "imtbl-zkevm-testnet"
    },
    "contract_address": "0x8a90cab2b38dba80c64b7734e58ee1db38b8992e",
    "created_at": "2022-08-16T17:43:26.991388Z",
    "updated_at": "2022-08-16T17:43:26.991388Z",
    "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"
      }
    ]
  }
}