Talent Protocol Docs
  • DEVELOPERS
    • Get Started
    • Talent API
      • Authentication
      • API Reference - V1
        • [Deprecated] - Talent Passports
        • [Deprecated] - Credentials
      • API Reference - V2
        • Score
        • Credentials
        • Farcaster scores
        • Socials
        • Search
        • Accounts
      • Rate Limits
      • Pagination
    • API Pricing
    • Smart Contracts
  • Protocol Concepts
    • User
    • Account
    • Profile
    • Data Point
    • Data Issuer
    • Scoring Systems
      • Builder Score
        • Builder Score Levels
      • Creator Score (coming soon)
      • Degen Score (coming soon)
    • Human Checkmark
  • Socials
  • Data Points
    • Base
    • Bonsai
    • Bountycaster
    • BUILD
    • Coinbase
    • Crypto Nomads
    • Cyber
    • DAOBase
    • Degen
    • Developer DAO
    • Devfolio
    • ENS
    • ETHGlobal
    • Farcaster
    • GitHub
    • Human Checkmark
    • Jumper
    • Lens
    • Linkedin
    • Onchain Activity
    • Safe
    • Serotonin
    • Taikai
    • Talent Protocol
    • X/Twitter
  • Legal
    • Terms of Service
    • Privacy Notice
    • Builder Rewards T&C
    • Builder Score App T&C
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. DEVELOPERS
  2. Talent API
  3. API Reference - V2

Socials

Endpoints to fetch Talent Protocol socials

PreviousFarcaster scoresNextSearch

Last updated 1 month ago

Was this helpful?

Get socials using wallet, talent id or account identifier

get
Query parameters
idstringOptional

Talent ID, wallet address or account identifier

account_sourcestringOptional

The source of the account:

  • farcaster
  • github
  • wallet
Header parameters
X-API-KEYstringOptional

Your Talent Protocol API key

Responses
200
Get socials using Talent ID
application/json
401
unauthorized request
get
GET /socials HTTP/1.1
Host: api.talentprotocol.com
Accept: */*
{
  "socials": [
    {
      "follower_count": "text",
      "following_count": "text",
      "location": "text",
      "owner": "text",
      "bio": "text",
      "display_name": "text",
      "image_url": "text",
      "name": "text",
      "owned_since": "2025-05-16T09:04:21.493Z",
      "profile_url": "text",
      "source": "lens"
    }
  ]
}