---
title: "Get NFT collection metadata"
method: GET
path: "/v1/nft/collection"
tags: ["NFT Collections"]
---

# Get NFT collection metadata

`GET /v1/nft/collection`

Query NFT collection metadata.

## Query parameters

- `chain_id` string, required — chain network id, see [list of details](/platform/features/api/web3-api)
- `contract_address` string, required — The address of the NFT contract

## Headers

- `x-api-key` string, required

## Response `200`

Successful Response

- ResponseGetNFTCollection
  - `code` integer
  - `message` string
  - `data` NFTCollection
    - `contract_address` string, required — The contract address of the NFT collection
    - `name` string, required — The name of the NFT collection
    - `symbol` string, required — The symbol of the NFT contract
    - `description` string, required — The description of the NFT collection
    - `owner` string, required — The user address who owns the contract
    - `deploy_block_number` integer — The block number when the contract was deployed.
    - `erc_type` string, required — ERC standard related to the contract.
    - `banner_image_url` string, required — The URL of the banner image.
    - `image_url` string, required — The URL of the image asset.
    - `media_info` unknown
    - `traits` unknown
    - `floor_prices` NFTCollectionFloorPrice[] — List of floor prices.
      - `value` string — The amount of the ERC-20 token.
      - `symbol` string — The symbol of the ERC-20 token.
      - `address` string — The address of the ERC-20 token.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.dev/chainbase/apis/data-cloud-task-api.md) · [All operations](https://skmtc.dev/chainbase/apis/data-cloud-task-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chainbase/data-cloud-task-api/revisions/4013781aa422/schema)
