---
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

---

[API](https://skmtc.net/coingecko/apis/coingecko-api.md) · [All operations](https://skmtc.net/coingecko/apis/coingecko-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coingecko/coingecko-api/versions/006c13c1a566/schema)
