---
title: "Get collection by contract address"
method: GET
path: "/v1/chains/{chain_name}/collections/{contract_address}"
tags: ["collections"]
---

# Get collection by contract address

`GET /v1/chains/{chain_name}/collections/{contract_address}`

Get collection by contract address

## Path parameters

- `contract_address` string, required
- `chain_name` string, required — The name of chain

## Response `200`

200 response

- GetCollectionResult — Single Collection
  - `result` Collection, required
    - `chain` Chain, required — The chain details
      - `id` string, required — The id of chain
      - `name` string, required — The name of chain
    - `name` string, nullable, required — The name of the collection
    - `symbol` string, nullable, required — The symbol of contract
    - `contract_type` 'ERC721' | 'ERC1155', required — The collection contract type
    - `contract_address` string, required — The address of the contract
    - `description` string, nullable, required — The description of collection
    - `image` string, nullable, required — The url of the collection image
    - `external_link` string, nullable, required — The url of external link
    - `contract_uri` string, nullable — The uri for the metadata of the collection
    - `base_uri` string, nullable, required — The metadata uri for nft
    - `verification_status` 'verified' | 'unverified' | 'spam' | 'inactive', required — The verification status for a given contract
    - `indexed_at` string, date-time, required — When the collection was first indexed
    - `updated_at` string, date-time, required — When the collection was last updated
    - `metadata_synced_at` string, date-time, nullable, required — When the collection metadata was last synced

## Other responses

- `400` — Bad Request (400)
- `404` — The specified resource was not found (404)
- `500` — Internal Server Error (500)

---

[API](https://skmtc.net/immutable/apis/immutable-zkevm-api.md) · [All operations](https://skmtc.net/immutable/apis/immutable-zkevm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/immutable/immutable-zkevm-api/versions/59f94155fcd0/schema)
