Type alias ListNFTsResponse

ListNFTsResponse: {
    next: string;
    nfts: NFT[];
}

Response from OpenSea API for fetching a list of NFTs.

Type declaration

  • next: string

    Cursor for next page of results.

  • nfts: NFT[]

    List of NFT