v1

latestOpenAPI 3.1.02026-07-24130315342.2 KB
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

contractAddressstring required

Contract address of the NFT

tokenIdstring required

Token ID of the NFT

chainstring required

Chain the NFT is on

collectionSlugstring

Collection slug of the NFT

Example request

{
  "contractAddress": "0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d",
  "chain": "ethereum"
}

Response

NFT profile picture set successfully

contract_addressstring required
token_idstring required
chainstring required
collection_slugstring
image_urlstring required
is_verifiedboolean required