Endpoint Examples
Get user identity graph by wallet.
Retrieve the identity graph for a user by providing a wallet identifier. This can be an Ethereum address, an ENS domain, or a Basename.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Get your API key at https://memoryproto.co/developers.
Example:
"Bearer mem_xxx"
Path Parameters
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
Comma separated list of filtered sources
Example:
"farcaster,ens,talent-protocol"
Filter verified data sources.
Example:
"true"