How to create a Collections Ranking, similar to https://opensea.io/rankings

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.