Hi @IAmJaysWay , I want to get a list of contract address for each collection of NFT, for example:
{ name: âBoredApeYachtClubâ, addrs: â0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13Dâ },
{ name: âCryptoPunksâ, addrs: â0xb47e3cd837dDF8e4c57F05d70Ab865de6e193BBBâ },
{ so onâŚ
if I use the seachNFTs, I would need to permutate all 3 letters, numbers, symbols, and run multiple page search for each, just to consolidate a list that is probably already saved somewhere in Moralis backend⌠I will probably need to run like 125000 requests minimum which is probably not the way to goâŚ
I was looking into check directly in the node, by the transactions, but again I will need to scan to much data⌠it should have a easy way to create a Ranking page like https://opensea.io/rankings without having to scan the whole network, thoughts? Thank you!