opensea-js - v8.0.20
    Preparing search index...

    Type Alias ListNFTsResponse

    Response from OpenSea API for fetching a list of NFTs.

    type ListNFTsResponse = {
        next: string;
        nfts: NFT[];
    }
    Index

    Properties

    Properties

    next: string

    Cursor for next page of results.

    nfts: NFT[]

    List of NFT