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!