Accounts Schema

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 Name

Field Type

Description

address

string | null

The checksummed Ethereum address.

name

string | null

The username set by the user.

biography

string | null

The biography set by the user.

websiteLink

string | null

The website URL set by the user.

instagramLink

string | null

The Instagram URL set by the user.

twitterLink

string | null

The Twitter URL set by the user.

isVerified

boolean

Returns if the user is a verified user.