Talent Protocol Docs
  • DEVELOPERS
    • Get Started
    • Talent API
      • Authentication
      • API Reference - V1
        • [Deprecated] - Talent Passports
        • [Deprecated] - Credentials
      • API Reference - V2
        • Score
        • Credentials
        • Data points
        • 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
    • 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
    • Scroll
    • Serotonin
    • Taikai
    • Talent Protocol
    • X/Twitter
  • Legal
    • Terms of Service
    • Privacy Notice
    • Builder Rewards T&C
    • Builder Rewards with Celo 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

Accounts

Endpoints to fetch Talent Protocol accounts

PreviousSearchNextRate Limits

Last updated 15 days ago

Was this helpful?

Accounts

Wallet

GitHub

Twitter

ENS

Basename

Farcaster

Lens

Linkedin

Get account using wallet, talent id or account identifier

get
Query parameters
idstringRequired

Talent ID, wallet address or account identifier

account_sourcestring ยท enumOptional

The source of the account

Possible values:
Header parameters
X-API-KEYstringRequired

Your Talent Protocol API key

Responses
200
Get socials using Talent ID
application/json
401
unauthorized request
get
GET /accounts HTTP/1.1
Host: api.talentprotocol.com
X-API-KEY: text
Accept: */*
{
  "accounts": [
    {
      "identifier": "text",
      "source": "wallet",
      "owned_since": null,
      "connected_at": "2025-06-05T21:29:01.647Z",
      "username": null
    }
  ]
}