• Parameters

    • contractAddress: string

      The address of the NFT contract to search for

    • provider: Provider

      The chain ID (1 = Ethereum Mainnet, 4 = Rinkeby, etc.) of the chain to search for NFTs on

    • Optional types: TokenType[]
    • maxNfts: number = 100

      The maximum number of NFTs to return. Configurable to prevent large wallets from exhausting Infura API credits. Ideally a multiple of 100 as that appears to be the default page size.

    Returns Promise<(SchemaFields & object & NftInfoFields & {
        schema: "network.xyo.crypto.nft";
    })[]>

Generated using TypeDoc