v1

latestOpenAPI 3.0.32026-07-2659172194.6 KB
collections

Get collection by contract address

Get collection by contract address

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

Path parameters

contract_addressstring required

The address contract

chain_namestring required

The name of chain

Example:imtbl-zkevm-testnet

The name of chain

Response

200 response

Example response

{
  "result": {
    "chain": {
      "id": "eip155:13372",
      "name": "imtbl-zkevm-testnet"
    },
    "name": "0x8a90cab2b38dba80c64b7734e58ee1db38b8992e",
    "symbol": "BASP",
    "contract_address": "0x8a90cab2b38dba80c64b7734e58ee1db38b8992e",
    "description": "Some description",
    "image": "https://some-url",
    "external_link": "https://some-url",
    "contract_uri": "https://some-url",
    "base_uri": "https://some-url",
    "indexed_at": "2022-08-16T17:43:26.991388Z",
    "updated_at": "2022-08-16T17:43:26.991388Z",
    "metadata_synced_at": "2022-08-16T17:43:26.991388Z"
  }
}