getNFTs

Retrieves an array of NFTs ("ERC1155") based on the provided options.

Example

import { getNFTs } from "thirdweb/extensions/erc1155";
const nfts = await getNFTs({
contract,
start: 0,
count: 10,
});

Parameters

Returns

A promise that resolves to an array of NFTs.