Fetching NFT Metadata in batches

I have been using the getNFTMetadata endpoint so far for my project but I’ve come to realize that when I require Metadata for a large number of NFT’s I have to make multiple api calls and this in turn increases the usage of my API calls. Is there any way to handle the fetching of the Metadata in batches?

usually when you get a list of nfts you also get the metadata, you can use other endpoints that work with batches, like this one