cURL
curl --request GET \ --url https://api.struct.to/v1/polymarket/trader/profiles/batch
[ { "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 profiles for multiple traders in a single request. Returns an array of profiles.
Comma-separated list of trader addresses (max: 20)
Array of trader profiles
Was this page helpful?