NFTs (Beta)

NFTs List (ID Map)

This endpoint allows you to query all supported NFTs with ID, contract address, name, asset platform ID and symbol on CoinGecko

get/nfts/list

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'

use this to sort the order of responses

per_pagenumber

total results per page <br> Valid values: 1...250

pagenumber

page through results

Response

List all NFTs categories

idstring

NFT collection ID

contract_addressstring

NFT collection contract address

namestring

NFT collection name

asset_platform_idstring

NFT collection asset platform ID

symbolstring

NFT collection symbol

Changes