GET
/
query
/
wallet
/
{address}
curl --request GET \
  --url https://api.memoryproto.co/query/wallet/{address} \
  --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

address
string
required

The wallet identifier. Accepts an Ethereum address, ENS domain, or Basename. For example: vitalik.eth, jesse.base.eth, or 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045.

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 user’s identity graph, including any linked and verified identities.
id
string
required
username
string | null
required
avatar
string | null
required
platform
string
required
social
object | null
required
sources
object[]
required