The /accounts endpoint data field returns an Account object if the user has updated their profile or null if they haven't.

Get LooksRare account successful response schema:

{
  "success": true,
  "message": null,
  "data": Account | null
}

Account object schema:

Field NameField TypeDescription
addressstring | nullThe checksummed Ethereum address.
namestring | nullThe username set by the user.
biographystring | nullThe biography set by the user.
websiteLinkstring | nullThe website URL set by the user.
instagramLinkstring | nullThe Instagram URL set by the user.
twitterLinkstring | nullThe Twitter URL set by the user.
isVerifiedbooleanReturns if the user is a verified user.