v1

latestOpenAPI 3.1.02026-07-2657157254.1 KB
polymarket

Get 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.

post/v2/polymarket/wallet/identities

Request body

addressesstring[] required

Wallet addresses to look up (max 200)

Response

Successful Response

profilesobject required

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