<aside> π©βπ» Last Updated: 15 Jan 2023
π¨π¨π¨Β HEYO! π¨π¨π¨ Weβve moved away to this new API Guidebook, please find the exclusive endpoint details here instead: https://apiguide.coingecko.com/exclusive-endpoints/for-paid-plan-subscribers
You will also find a lot more useful guides and details in the link above π We will no longer maintain and update the contents below.
</aside>
πΌοΈΒ Get the list of all supported NFT floor price, market cap, volume and market related data on CoinGecko
| --- | --- | --- |
Example Request
<https://pro-api.coingecko.com/api/v3/nfts/markets?**x_cg_pro_api_key**={YOUR_KEY}>
Example Response
[
{
"id": "archeworld_land",
"contract_address": "0x56d23f924cd526e5590ed94193a892e913e38079",
"asset_platform_id": "klay-token",
"name": "ArcheWorld_Land",
"image": {
"small": "<https://assets.coingecko.com/nft_contracts/images/1688/small/archeworld_land.png?1663925175>"
},
"description": "This is the official Land NFT of ArcheWorld.\\nThis verifies that the Land NFT owner can permanently own the land designated on seamless open-world of ArcheWorld.\\nOwners can participate in production activities directly by installing buildings in the game, or they can lease their land to others and collect rent with Blue Salt(BSLT) every month.\\nOwners may generate earnings by converting Blue Salt(BSLT) to BORA.",
"native_currency": "klay-token",
"floor_price": {
"native_currency": 2105.79,
"usd": 396.33
},
"market_cap": {
"native_currency": 4358977,
"usd": 820409
},
"volume_24h": {
"native_currency": 74533,
"usd": 14028.03
},
"floor_price_in_usd_24h_percentage_change": -5.24342,
"number_of_unique_addresses": 694,
"number_of_unique_addresses_24h_percentage_change": -0.57307,
"total_supply": 2070
} ...
Example Request (with parameters)
<https://pro-api.coingecko.com/api/v3/nfts/markets?**asset_platform_id**=ethereum&**order**=h24_volume_native_desc&**per_page**=250&**page**=1&**x_cg_pro_api_key**={YOUR_KEY}>