getFullProfile

Return the profile data with Lens handle and optional join date

In Lens Protocol, each profile is associated with an ERC721 token, thus, the tokenId represent profileId and the 2 terms can be used interchangeably

Example

import { getFullProfile } from "thirdweb/extension/lens";
const profileId = 10000n; // profileId is the tokenId of the NFT
const lensProfile = await getFullProfile({ profileId, client });

Parameters

Returns