Skip to main content
POST
/
v2
/
polymarket
/
wallet
/
identities
Get Wallet Identities
curl --request POST \
  --url https://api.predexon.com/v2/polymarket/wallet/identities \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "addresses": [
    "<string>"
  ]
}
'
{
  "profiles": {}
}
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.