---
title: "Search collection"
method: GET
path: "/openapi/v1/collection/search"
tags: ["Collection"]
---

# Search collection

`GET /openapi/v1/collection/search`

This endpoint can be used to search collection from the system.

## Query parameters

- `chain` 'eth' | 'bsc' | 'polygon' | 'avalanche' | 'arbitrum' | 'zksync' | 'linea' | 'starknet' | 'opbnb' | 'base' | 'scroll' | 'manta_pacific' | 'optimism' | 'mantle' | 'zkfair' | 'blast' | 'merlin' | 'mode' | 'cyber' | 'bob' | 'lightlink' | 'zeta' | 'nibiru' | 'abstract' | 'bitlayer' | 'mantra' | 'monad' | 'ink', required
- `name` string, required
- `limit` integer

## Response `200`

OK

- ApiResponseCollectionSearchListVO
  - `code` integer — Error Code
  - `msg` string — Error Message
  - `data` CollectionSearchListVO — Return data, Generic
    - `searchResult` CollectionMatchVO[]
      - `name` string — Collection name
      - `imageUrl` string — Collection image url
      - `slug` string — Collection slug
      - `isVerified` boolean — Collection is verified
      - `stats` Stats
        - `assetCount` integer — The number of assets included in the collection.
        - `collectionFloorPrice` CollectionFloorPrice — Collection Floor Price
          - `floorPriceSource` number, double — Collection floor price
          - `coin` CoinInfo
            - `id` string
            - `name` string
            - `address` string
            - `icon` string
            - `symbol` string
            - `decimal` integer
            - `accuracy` integer
            - `chain` string
            - `chainId` string
      - `contracts` Contract[]
        - `createDate` string
        - `owner` string — The owner of contract
        - `collection` 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
              - …
            - `address` string — Contract address
            - `alias` string — Contract alias
            - `category` ContractCategory — Contract category
              - …
          - `owners` Account[]
            - `identity` Identity — Identification
              - …
          - `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)
