Get token prices of many tokens at once

I am using the API to get prices of tokens but is it possible to get prices of many tokens in one call?

If I have a list of tokens, and I want to display the price for each one, it takes too long to call the “erc20/{address}/price” api one by one a loop.

Is there a way around this?

1 Like

Hey @serkyen

It’s on Moralis roadmap. Currently you can use getting price function only for each token

2 Likes