New API users should migrate to deposit wallets. Read the migration guide.
curl --request GET \
--url https://gamma-api.polymarket.com/public-profile{
"createdAt": "2023-11-07T05:31:56Z",
"proxyWallet": "<string>",
"profileImage": "<string>",
"displayUsernamePublic": true,
"bio": "<string>",
"pseudonym": "<string>",
"name": "<string>",
"users": [
{
"id": "<string>",
"creator": true,
"mod": true
}
],
"xUsername": "<string>",
"verifiedBadge": true
}curl --request GET \
--url https://gamma-api.polymarket.com/public-profile{
"createdAt": "2023-11-07T05:31:56Z",
"proxyWallet": "<string>",
"profileImage": "<string>",
"displayUsernamePublic": true,
"bio": "<string>",
"pseudonym": "<string>",
"name": "<string>",
"users": [
{
"id": "<string>",
"creator": true,
"mod": true
}
],
"xUsername": "<string>",
"verifiedBadge": true
}Documentation Index
Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
Use this file to discover all available pages before exploring further.
The wallet address (proxy wallet or user address)
^0x[a-fA-F0-9]{40}$Public profile information
ISO 8601 timestamp of when the profile was created
The proxy wallet address
URL to the profile image
Whether the username is displayed publicly
Profile bio
Auto-generated pseudonym
User-chosen display name
Array of associated user objects
Show child attributes
X (Twitter) username
Whether the profile has a verified badge
Was this page helpful?