Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
address | string | Yes | EOA address |
Example
Response fields
| Field | Type | Description |
|---|---|---|
address | string | EOA address requested, lowercase |
proxy_wallet | string or null | Polymarket wallet address returned by Gamma |
username | string or null | Public profile username |
pseudonym | string or null | Polymarket-generated pseudonym |
display_username_public | boolean or null | Whether the username is public |
profile_image | string or null | Profile image URL if present |
x_username | string or null | Linked X username if present |
verified_badge | boolean or null | Polymarket verified badge state |
source | string | polymarket |
Errors
| Status | Code | Meaning |
|---|---|---|
400 | invalid_address | Address is not a valid EVM address |
404 | profile_not_found | Polymarket did not return a public profile |
429 | rate_limited | Profile-specific rate limit exceeded |
502 | upstream_unavailable | Polymarket/Gamma profile lookup failed |

