Skip to main content
POST
Get Wallet Identities
Accepts up to 200 addresses (proxy or signer EOA) and returns a map of lowercase address → profile. Both the id and signer of each matched row appear as keys, so callers can match on either address form.

Authorizations

x-api-key
string
header
required

Body

application/json

Addresses to look up

addresses
string[]
required

Wallet addresses to look up (max 200)

Maximum array length: 200

Response

Successful Response

Bulk identity lookup response.

profiles
Profiles · object
required

Map of requested address (lowercase) -> profile. Missing addresses are omitted.