Skip to main content
GET
/
v1
/
chains
/
{chain_name}
/
collections
/
{contract_address}
Get collection by contract address
curl --request GET \
  --url https://api.sandbox.immutable.com/v1/chains/{chain_name}/collections/{contract_address}
{
  "result": {
    "chain": {
      "id": "eip155:13372",
      "name": "imtbl-zkevm-testnet"
    },
    "name": "0x8a90cab2b38dba80c64b7734e58ee1db38b8992e",
    "symbol": "BASP",
    "contract_type": "ERC721",
    "contract_address": "0x8a90cab2b38dba80c64b7734e58ee1db38b8992e",
    "description": "Some description",
    "image": "https://some-url",
    "external_link": "https://some-url",
    "base_uri": "https://some-url",
    "verification_status": "verified",
    "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",
    "contract_uri": "https://some-url"
  }
}

Path Parameters

contract_address
string
required

The address contract

chain_name
string
required

The name of chain

Example:

"imtbl-zkevm-testnet"

Response

200 response

Single Collection

result
object
required