---
title: "Get Wallet Identities"
method: POST
path: "/v2/polymarket/wallet/identities"
tags: ["polymarket"]
---

# Get Wallet Identities

`POST /v2/polymarket/wallet/identities`

Bulk identity lookup. Accepts up to 200 addresses (proxy or signer EOA);
returns a map of lowercase address → profile. Both `id` and `signer` of each
matched row are keys in the result so callers can look up by whichever they
queried with. Missing addresses are simply absent from the map.

## Request body

- WalletIdentitiesRequest — Bulk identity lookup request.
  - `addresses` string[], required — Wallet addresses to look up (max 200)

## Response `200`

Successful Response

- WalletIdentitiesResponse — Bulk identity lookup response.
  - `profiles` object, required — Map of requested address (lowercase) -> profile. Missing addresses are omitted.

## Other responses

- `400` — Bad Request
- `422` — Validation Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/predexon/apis/predexon-api.md) · [All operations](https://skmtc.net/predexon/apis/predexon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/predexon/predexon-api/versions/80a306fbdb39/schema)
