I am trying to use the Fireblock SDK for NFT collection.
For testing purpose, I sent 2 NFTs to the vault address and they reflected in the fireblock console.
But when I am trying to find and run the NFT using the API, I cannot retrieve the list of the NFTs present in my vault.
To get this working, I went to the console and copied the NFT ID to get the NFT details.
let nftList = await fireblocks.getNFTs({ids: ['NFT-ID']});
console.log(nftList, '-----nftList ');
Is there a way to get the list of all the NFTs ?