Skip to main content
GET
Get identity graph by wallet

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Authorization
string
required
Example:

"Bearer mem_xxx"

Path Parameters

address
string
required

The wallet identifier. Accepts an Ethereum address, ENS domain, or Basename. For example: vitalik.eth, jesse.base.eth, or 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045.

Examples:

"vitalik.eth"

"jesse.base.eth"

"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"

Query Parameters

sources
string

Comma separated list of filtered sources

Example:

"farcaster,ens,talent-protocol"

verified
string

Filter verified data sources.

Example:

"true"

Response

Successful response containing the user’s identity graph, including any linked and verified identities.

id
string
required
username
string | null
required
url
string<uri> | null
required
avatar
string | null
required
platform
string
required
social
object | null
required
sources
object[]
required
Example: