---
title: "NFTs List"
method: GET
path: "/nfts/list"
---

# NFTs List

`GET /nfts/list`

To query all supported NFTs with ID, contract address, name, asset platform ID and symbol on CoinGecko

## Query parameters

- `order` 'h24_volume_usd_asc' | 'h24_volume_usd_desc' | 'h24_volume_native_asc' | 'h24_volume_native_desc' | 'floor_price_native_asc' | 'floor_price_native_desc' | 'market_cap_native_asc' | 'market_cap_native_desc' | 'market_cap_usd_asc' | 'market_cap_usd_desc'
- `per_page` integer
- `page` integer

## Response `200`

List of supported NFTs

- object[]
  - `id` string, required — NFT collection ID
  - `contract_address` string, required — NFT collection contract address
  - `name` string, required — NFT collection name
  - `asset_platform_id` string, required — NFT collection asset platform ID
  - `symbol` string, required — NFT collection symbol

## Changes

- **2026-05-28** `11cc9e00fd86` — 2 breaking, 6 info
  - for the `query` request parameter `page`, the type/format was changed from `number`/`` to `integer`/``
  - for the `query` request parameter `per_page`, the type/format was changed from `number`/`` to `integer`/``
  - api tag `NFTs (Beta)` removed
  - the response property `items/asset_platform_id` became required for the status `200`
  - …4 more
- **2026-04-30** `fb6b6a203ce6` — 1 breaking, 5 warning
  - the response's body type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the optional property `asset_platform_id` from the response with the `200` status
  - removed the optional property `contract_address` from the response with the `200` status
  - removed the optional property `id` from the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/coingecko/apis/coingecko-api/changes/nfts/list/get.md)

---

[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/006c13c1a566/schema)
