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 |
---|---|---|
|
| The checksummed Ethereum address. |
|
| The username set by the user. |
|
| The biography set by the user. |
|
| The website URL set by the user. |
|
| The Instagram URL set by the user. |
|
| The Twitter URL set by the user. |
|
| Returns if the user is a verified user. |