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

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

Get the top NFT collections by trading volume

Responses
200Returns the top NFT collections by trading volume
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/hottest-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",
"volume_usd": "0.0",
"volume_24hr_percent_change": "0.0",
"The average price in USD": "0.0",
"collection_address": "0x123",
"average_price": "0.0",
"floor_price": "0.0",
"floor_price_usd_24hr_percent_change": "0.0",
"floor_price_7d_percent_change": "0.0",
"floor_price_usd_7d_percent_change": "0.0",
"floor_price_30d_percent_change": "0.0",
"floor_price_usd_30d_percent_change": "0.0"
}
]