Skip to main content
GET
Get Wallet Identity
Returns display name, pseudonym, profile image, X handle, verified/creator/mod badges, wallet type (proxy/safe/eoa), signer, USDC balance, and timestamps. Looks up by either proxy or signer EOA address.

Authorizations

x-api-key
string
header
required

Path Parameters

wallet
string
required

Wallet address (proxy or signer EOA)

Response

Successful Response

Response for the single-wallet identity endpoint.

address
string
required

Requested wallet address (lowercased)

found
boolean
required

Whether a wallet record was found

profile
WalletIdentity · object | null

Profile data if found