Hello there,
I am currently using Moralis’s NFT Trade API to obtain the prices of NFTs. You can find the API documentation at: Moralis NFT Trade API.
As of now, the API only supports fetching trades for a single NFT address at a time. If I have 100 different NFTs, I would need to make 100 separate requests to retrieve the last trade for each of them. Is there any way to obtain all the trades in a single request?