Hi all,
I want to create a collections ranking similar to https://opensea.io/rankings, I want it to be dynamic generated, without knowing the contract address before hand.
Is there a way to achieve it using Moralis?
Thank you!
Hi all,
I want to create a collections ranking similar to https://opensea.io/rankings, I want it to be dynamic generated, without knowing the contract address before hand.
Is there a way to achieve it using Moralis?
Thank you!
There isnât an API function to return a ranking from what I know
Thank you, but Iâm not looking for a endpoint that returns all done, Iâm looking for a way to get all collections name + addresses, I can then figure out how to sum the transactions daily. Is there anyway to get a list of the collections with addresses only? Something like:
{ name: âBoredApeYachtClubâ, addrs: â0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13Dâ },
{ name: âCryptoPunksâ, addrs: â0xb47e3cd837dDF8e4c57F05d70Ab865de6e193BBBâ },
{ so onâŚ
I donât think that we have this functionality either. If you know the address, you could find out how many tokens it has.