Home > @3rdweb/sdk > NFTModule > getAll
Get All NFTs
Signature:
getAll(): Promise<NFTMetadata[]>;
Returns:
Promise<NFTMetadata[]>
The NFT metadata for all NFTs in the module.
Get all the data associated with every NFT in this module.
const nfts = await module.getAll();
console.log(nfts);