---
title: "💼 NFTs List with Market Data"
method: GET
path: "/nfts/markets"
tags: ["NFTs (Beta)"]
---

# 💼 NFTs List with Market Data

`GET /nfts/markets`

This endpoint allows you to **query all the supported NFT collections with floor price, market cap, volume and market related data on CoinGecko**

## Query parameters

- `asset_platform_id` string
- `order` 'h24_volume_native_asc' | 'h24_volume_native_desc' | 'h24_volume_usd_asc' | 'h24_volume_usd_desc' | 'market_cap_usd_asc' | 'market_cap_usd_desc'
- `per_page` number
- `page` number

## Response `200`

List all NFTs markets

- object[]
  - `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
  - `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 — NFT collection floor price 24 hours percentage change
    - `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

---

[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/0484eb6fcafa/schema)
