---
title: "Get collection info"
method: GET
path: "/openapi/v1/collection"
tags: ["Collection"]
---

# Get collection info

`GET /openapi/v1/collection`

This endpoint can be used to fetch collection information from the system

## Query parameters

- `collection_slug` string, required

## Response `200`

OK

- ApiResponseCollection
  - `code` integer — Error Code
  - `msg` string — Error Message
  - `data` Collection — The collection of this contract
    - `id` string
    - `name` string — Collection name
    - `slug` string — Collection slug
    - `description` string — Collection description
    - `royalty` integer — Copyright royalty
    - `createDate` string — createDate
    - `royaltyAddress` string — Royalty Address
    - `platformSellerFee` integer — Service charge charged by the platform
    - `platformSellerAddress` string — Service charge address by the platform
    - `imageUrl` string
    - `bannerImageUrl` string
    - `featuredImageUrl` string
    - `externalUrl` string
    - `twitterUrl` string
    - `instagramUrl` string
    - `facebookUrl` string
    - `mediumUrl` string
    - `telegramUrl` string
    - `discordUrl` string
    - `contracts` CollectionContract[] — Contract list about this collection
      - `blockChain` BlockChain — Chain information
        - `chain` string — Chain name
        - `chainId` string — Chain id
      - `address` string — Contract address
      - `alias` string — Contract alias
      - `category` ContractCategory — Contract category
        - `id` string
        - `name` string
        - `slug` string
        - `sort` integer
    - `owners` Account[]
      - `identity` Identity — Identification
        - `address` string
        - `blockChain` BlockChain — Chain information
          - `chain` string — Chain name
          - `chainId` string — Chain id
    - `isVerified` boolean
    - `stats` CollectionStats — Simple field Collection Stats
      - `ownerCount` integer — Total number of owners
      - `assetCount` integer — Total number of asset
  - `message` string

## Other responses

- `400` — Bad Request
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/element/apis/element-open-api.md) · [All operations](https://skmtc.net/element/apis/element-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/element/element-open-api/revisions/fa83ac7feb23/schema)
