---
title: "NFTs Collection Data by ID"
method: GET
path: "/nfts/{id}"
tags: ["NFTs (Beta)"]
---

# NFTs Collection Data by ID

`GET /nfts/{id}`

This endpoint allows you to **query all the NFT data (name, floor price, 24hr volume ...) based on the NFT collection ID**

## Path parameters

- `id` string, required

## Response `200`

Get NFTs data

- NFTData
  - `id` string — NFT collection ID
  - `contract_address` string — NFT collection contract address
  - `asset_platform_id` string — NFT collection asset platform ID
  - `name` string — NFT collection name
  - `symbol` string — NFT collection symbol
  - `image` object — NFT collection image url
    - `small` string
    - `small_2x` string
  - `banner_image` object — NFT collection banner image url
    - `small` string
  - `description` string — NFT collection description
  - `native_currency` string — NFT collection native currency
  - `native_currency_symbol` string — NFT collection native currency symbol
  - `market_cap_rank` number — coin market cap rank
  - `floor_price` object — NFT collection floor price
    - `native_currency` number
    - `usd` number
  - `market_cap` object — NFT collection market cap
    - `native_currency` number
    - `usd` number
  - `volume_24h` object — NFT collection volume in 24 hours
    - `native_currency` number
    - `usd` number
  - `floor_price_in_usd_24h_percentage_change` number — NFT collection floor price in usd 24 hours percentage change
  - `floor_price_24h_percentage_change` object
    - `usd` number
    - `native_currency` number
  - `market_cap_24h_percentage_change` object — NFT collection market cap 24 hours percentage change
    - `usd` number
    - `native_currency` number
  - `volume_24h_percentage_change` object — NFT collection volume in 24 hours percentage change
    - `usd` number
    - `native_currency` number
  - `number_of_unique_addresses` number — number of unique address owning the NFTs
  - `number_of_unique_addresses_24h_percentage_change` number — number of unique address owning the NFTs 24 hours percentage change
  - `volume_in_usd_24h_percentage_change` number — NFT collection volume in usd 24 hours percentage change
  - `total_supply` number — NFT collection total supply
  - `one_day_sales` number — NFT collection one day sales
  - `one_day_sales_24h_percentage_change` number — NFT collection one day sales 24 hours percentage change
  - `one_day_average_sale_price` number — NFT collection one day average sale price
  - `one_day_average_sale_price_24h_percentage_change` number — NFT collection one day average sale price 24 hours percentage change
  - `links` object — NFT collection links
    - `homepage` string
    - `twitter` string
    - `discord` string
  - `floor_price_7d_percentage_change` object — NFT collection floor price 7 days percentage change
    - `usd` number
    - `native_currency` number
  - `floor_price_14d_percentage_change` object — NFT collection floor price 14 days percentage change
    - `usd` number
    - `native_currency` number
  - `floor_price_30d_percentage_change` object — NFT collection floor price 30 days percentage change
    - `usd` number
    - `native_currency` number
  - `floor_price_60d_percentage_change` object — NFT collection floor price 60 days percentage change
    - `usd` number
    - `native_currency` number
  - `floor_price_1y_percentage_change` object — NFT collection floor price 1 year percentage change
    - `usd` number
    - `native_currency` number
  - `explorers` object[] — NFT collection block explorers links
    - `name` string
    - `link` string
  - `user_favorites_count` number — NFT collection user favorites count
  - `ath` object — NFT collection all time highs
    - `native_currency` number
    - `usd` number
  - `ath_change_percentage` object — NFT collection all time highs change percentage
    - `native_currency` number
    - `usd` number
  - `ath_date` object — NFT collection all time highs date
    - `native_currency` string, date-time
    - `usd` string, date-time

---

[API](https://skmtc.dev/coingecko/apis/coingecko-api.md) · [All operations](https://skmtc.dev/coingecko/apis/coingecko-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coingecko/coingecko-api/revisions/a23494dedfc2/schema)
