getNFTs functionality

Hello,

I’m creating a template for Aavegotchi and was wondering if its possible that I’m not using getNFTs() to its maximum potential.

Im able to get the tokenIds for a user’s aavegotchis, I was just wondering if there was a way to get more of the Aavegotchis metadetails without having to call a separate web3 method.

Kind regards,
Caleb

Have you tried the Web3 API? The NFT endpoints include the metadata where available:
https://docs.moralis.io/moralis-web3-rest/deep-index-api

There will soon be wrapper functions for the Web3 API in the SDK, but for now can use the REST endpoints.