[SOLVED] Market Data API Hottest NFT Collections Issue

Hi! The API is returning each NFT Collection multiple times.

Verified in Postman.

https://deep-index.moralis.io/api/v2/market-data/nfts/hottest-collections
with my api key as Header

Response (truncated to show issue:

{
ā€œrankā€: 1,
ā€œcollection_titleā€: ā€œMutant Ape Yacht Clubā€,
ā€œcollection_imageā€: ā€œhttps://market-data-images.s3.us-east-1.amazonaws.com/tokenImages/0xab57ba0f4ce4424e60c477627f6551790b8946d45720240a3d258956e436f2e5.pngā€,
ā€œvolume_usdā€: ā€œ7860277.228527762ā€,
ā€œvolume_24hr_perecent_changeā€: ā€œ386.18ā€,
ā€œfloor_price_usdā€: ā€œ17233.288429999997ā€,
ā€œfloor_price_24hr_percent_changeā€: ā€œ-4.16ā€,
ā€œaverage_price_usdā€: ā€œ17428.552613143594ā€
},
{
ā€œrankā€: 1,
ā€œcollection_titleā€: ā€œMutant Ape Yacht Clubā€,
ā€œcollection_imageā€: ā€œhttps://market-data-images.s3.us-east-1.amazonaws.com/tokenImages/0xab57ba0f4ce4424e60c477627f6551790b8946d45720240a3d258956e436f2e5.pngā€,
ā€œvolume_usdā€: ā€œ7860277.228527762ā€,
ā€œvolume_24hr_perecent_changeā€: ā€œ386.18ā€,
ā€œfloor_price_usdā€: ā€œ17233.288429999997ā€,
ā€œfloor_price_24hr_percent_changeā€: ā€œ-4.16ā€,
ā€œaverage_price_usdā€: ā€œ17428.552613143594ā€
},
{
ā€œrankā€: 1,
ā€œcollection_titleā€: ā€œMutant Ape Yacht Clubā€,
ā€œcollection_imageā€: ā€œhttps://market-data-images.s3.us-east-1.amazonaws.com/tokenImages/0xab57ba0f4ce4424e60c477627f6551790b8946d45720240a3d258956e436f2e5.pngā€,
ā€œvolume_usdā€: ā€œ7860277.228527762ā€,
ā€œvolume_24hr_perecent_changeā€: ā€œ386.18ā€,
ā€œfloor_price_usdā€: ā€œ17233.288429999997ā€,
ā€œfloor_price_24hr_percent_changeā€: ā€œ-4.16ā€,
ā€œaverage_price_usdā€: ā€œ17428.552613143594ā€
},
{
ā€œrankā€: 1,
ā€œcollection_titleā€: ā€œMutant Ape Yacht Clubā€,
ā€œcollection_imageā€: ā€œhttps://market-data-images.s3.us-east-1.amazonaws.com/tokenImages/0xab57ba0f4ce4424e60c477627f6551790b8946d45720240a3d258956e436f2e5.pngā€,
ā€œvolume_usdā€: ā€œ7860277.228527762ā€,
ā€œvolume_24hr_perecent_changeā€: ā€œ386.18ā€,
ā€œfloor_price_usdā€: ā€œ17233.288429999997ā€,
ā€œfloor_price_24hr_percent_changeā€: ā€œ-4.16ā€,
ā€œaverage_price_usdā€: ā€œ17428.552613143594ā€
},
{
ā€œrankā€: 1,
ā€œcollection_titleā€: ā€œMutant Ape Yacht Clubā€,
ā€œcollection_imageā€: ā€œhttps://market-data-images.s3.us-east-1.amazonaws.com/tokenImages/0xab57ba0f4ce4424e60c477627f6551790b8946d45720240a3d258956e436f2e5.pngā€,
ā€œvolume_usdā€: ā€œ7860277.228527762ā€,
ā€œvolume_24hr_perecent_changeā€: ā€œ386.18ā€,
ā€œfloor_price_usdā€: ā€œ17233.288429999997ā€,
ā€œfloor_price_24hr_percent_changeā€: ā€œ-4.16ā€,
ā€œaverage_price_usdā€: ā€œ17428.552613143594ā€
},
{
ā€œrankā€: 2,
ā€œcollection_titleā€: ā€œMilady Makerā€,
ā€œcollection_imageā€: ā€œhttps://market-data-images.s3.us-east-1.amazonaws.com/tokenImages/0x416de8becedaaa3daebdb747c277dad07164f77644a9422bdab90aa1f0a15d3a.pngā€,
ā€œvolume_usdā€: ā€œ3572787.3205916113ā€,
ā€œvolume_24hr_perecent_changeā€: ā€œ-9.92ā€,
ā€œfloor_price_usdā€: ā€œ7387.842121000001ā€,
ā€œfloor_price_24hr_percent_changeā€: ā€œ-10.9ā€,
ā€œaverage_price_usdā€: ā€œ7852.279825476068ā€

ā€¦
}

Perhaps I am doing something wrong. Thanks for your assistance!

Hey @clarkrickman,

Thanks for the feedback :raised_hands: Will check with the team on this

Looks like now there is no duplicated issue before~

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.