GET
/
query
/
farcaster
/
username
/
{username}
curl --request GET \
  --url https://api.memoryproto.co/query/farcaster/username/{username} \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "5650",
    "platform": "farcaster",
    "avatar": "https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/b663cd63-fecf-4d0f-7f87-0e0b6fd42800/original",
    "social": null,
    "username": "vitalik.eth",
    "sources": [
      {
        "id": "farcaster",
        "verified": true
      },
      {
        "id": "talent-protocol",
        "verified": true
      }
    ]
  },
  {
    "platform": "ens",
    "id": "vitalik.eth",
    "username": null,
    "avatar": "https://euc.li/vitalik.eth",
    "social": null,
    "sources": [
      {
        "id": "ens",
        "verified": true
      }
    ]
  },
  {
    "id": "2230894",
    "username": "vbuterin",
    "avatar": "https://avatars.githubusercontent.com/u/2230894?v=4",
    "platform": "github",
    "social": {
      "verified": null,
      "followers": 12663,
      "following": 1
    },
    "sources": [
      {
        "id": "ens",
        "verified": true
      }
    ]
  },
  {
    "id": "295218901",
    "username": "vitalikbuterin",
    "avatar": "https://pbs.twimg.com/profile_images/1895872023944937472/Uoyc5-p8_normal.jpg",
    "platform": "twitter",
    "social": {
      "verified": true,
      "followers": 5755832,
      "following": 476
    },
    "sources": [
      {
        "id": "ens",
        "verified": true
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Authorization
string
required
Example:

"Bearer mem_xxx"

Path Parameters

username
string
required

The Farcaster username of the user. For example, vitalik.eth or jessepollak.

Example:

"vitalik.eth"

Query Parameters

sources
string

Comma separated list of filtered sources

Example:

"farcaster,ens,talent-protocol"

verified
string

Filter verified data sources.

Example:

"true"

Response

200
application/json
Successful response containing the identity graph linked to the provided Farcaster username.
id
string
required
username
string | null
required
avatar
string | null
required
platform
string
required
social
object | null
required
sources
object[]
required