PopularNftCollectionsRequest: {
    chainIds?: InputMaybe<Scalars["ChainId"]["input"][]>;
    cursor?: InputMaybe<Scalars["Cursor"]["input"]>;
    excludeFollowers?: InputMaybe<Scalars["Boolean"]["input"]>;
    limit?: InputMaybe<LimitType>;
    onlyVerified?: InputMaybe<Scalars["Boolean"]["input"]>;
    orderBy?: PopularNftCollectionsOrder;
}

Popular NFT collections request

Type declaration

  • Optional chainIds?: InputMaybe<Scalars["ChainId"]["input"][]>

    The chain ids to look for NFTs on. Ethereum and Polygon are supported. If omitted, it will look on both chains by default.

  • Optional cursor?: InputMaybe<Scalars["Cursor"]["input"]>
  • Optional excludeFollowers?: InputMaybe<Scalars["Boolean"]["input"]>

    Exclude Lens Follower NFTs

  • Optional limit?: InputMaybe<LimitType>
  • Optional onlyVerified?: InputMaybe<Scalars["Boolean"]["input"]>

    Include only verified collections

  • Optional orderBy?: PopularNftCollectionsOrder

    The ordering of Nft collection owners. Defaults to Total Lens Profile owners