sorare / api

Sorare API documentation
154 stars 49 forks source link

allNFTs not returning all. #357

Open PemaKz opened 1 year ago

PemaKz commented 1 year ago

I was trying to make a list of NFTs but looks like some of them are not beign received on the response. I have itterate already multiple times over all NFTs with no luck.

This is sample card that I cant find using allNFTs: jae-hyuk-choi-2022-super_rare-2

Thanks!

cscalian commented 9 months ago

Did you ever find a solution for this? I am trying to query allNfts but even with the following simply query I only end up getting some of the rare cards, not all. { tokens { allNfts(playerSlug: "nico-schlotterbeck", rarities: [rare]) { nodes { assetId } } } } Not sure how to fix this.