By Eth or Sol addresses
Fetches all users based on multiple Ethereum or Solana addresses.
Each farcaster user has a custody Ethereum address and optionally verified Ethereum or Solana addresses. This endpoint returns all users that have any of the given addresses as their custody or verified Ethereum or Solana addresses.
A custody address can be associated with only 1 farcaster user at a time but a verified address can be associated with multiple users. You can pass in Ethereum and Solana addresses, comma separated, in the same request. The response will contain users associated with the given addresses.
See related guide: User by wallet address
Authorizations
API key to authorize requests
Headers
Query Parameters
Comma separated list of Ethereum addresses, up to 350 at a time
Customize which address types the request should search for. This is a comma-separated string that can include the following values: 'custody_address' and 'verified_address'. By default api returns both. To select multiple types, use a comma-separated list of these values.
custody_address
, verified_address
The unique identifier of a farcaster user (unsigned integer)
3
Response
Was this page helpful?