Skip to main content

Don't have an API key yet?

Sign-up to Moralis to get your free API key and start building today.

Get Your Free API Key

Get Top NFT Collections by Market Cap

GEThttps://deep-index.moralis.io/api/v2.2/market-data/nfts/top-collections

Get the top NFT collections by market cap

Responses
200Returns the top NFT collections by market cap
400Bad Request
404Not Found
429Too Many Requests
500Internal Server Error
API KEY
curl --request GET \
--url 'https://deep-index.moralis.io/api/v2.2/market-data/nfts/top-collections' \
--header 'accept: application/json' \
--header 'X-API-Key: YOUR_API_KEY'
Response Example
[
{
"rank": 1,
"collection_title": "CryptoPunks",
"collection_image": "",
"floor_price_usd": "0.0",
"floor_price_24hr_percent_change": "0.0",
"market_cap_usd": "0.0",
"market_cap_24hr_percent_change": "0.0",
"volume_usd": "0.0",
"volume_24hr_percent_change": "0.0",
"collection_address": "0x123",
"floor_price": "0.0",
"floor_price_usd_24hr_percent_change": "0.0"
}
]