Home > @3rdweb/sdk > DropModule > getAll
Get All NFTs
Signature:
getAll(queryParams?: QueryAllParams): Promise<NFTMetadataOwner[]>;
Parameter | Type | Description |
---|---|---|
queryParams | QueryAllParams |
Returns:
Promise<NFTMetadataOwner[]>
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);