Account Endpoints
Set NFT profile picture
Set an onchain NFT owned by the authenticated wallet as its verified profile picture. The NFT must be from a verified collection and owned by one of the account's wallets.
post/api/v2/profile/nft-pfp
Request body
Example request
{
"contractAddress": "0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d",
"chain": "ethereum"
}Response
NFT profile picture set successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.