cURL
curl --request GET \ --url https://api.struct.to/v1/polymarket/trader/profile/{address}
{ "proxy_wallet": "<string>", "display_username_public": true, "verified_badge": true, "is_creator": true, "is_mod": true, "name": "<string>", "pseudonym": "<string>", "bio": "<string>", "profile_image": "<string>", "x_username": "<string>", "user_id": "<string>", "created_at": "<string>" }
Retrieve a trader’s profile including stats and trading history summary
Trader wallet address
Trader profile information with username, bio, and badges
Polymarket user profile (public API format)
Was this page helpful?