Socials
Endpoints to fetch Talent Protocol socials
Get socials using wallet, talent id or account identifier
get
idstringoptionalTalent ID, wallet address or account identifier
account_sourcestringoptionalThe source of the account:
X-API-KEYstringoptionalYour Talent Protocol API key
curl -L \
--url 'https://api.talentprotocol.com/socials'
{
"socials": [
{
"follower_count": "text",
"following_count": "text",
"location": "text",
"owner": "text",
"bio": "text",
"display_name": "text",
"image_url": "text",
"name": "text",
"owned_since": "2025-04-05T15:30:10.565Z",
"profile_url": "text",
"source": "lens"
}
]
}