Currently, the Web3 APIs only supports one chain per API call. It would be very useful if I can retrieve data from multiple chains in one call.
For example, getting NFTs owned by the given address
:
https://deep-index.moralis.io/api/v2/{address}/nft?chain=eth&format=decimal
It would be great if I can get NFTs from say polygon
and eth
in a single API call.
https://deep-index.moralis.io/api/v2/{address}/nft?chain=eth,polygon&format=decimal
Now, I’ve to make separate calls for each chain and as Moralis adds more and more chains, I’ll be making more and more calls if I want to support all those chains.