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

Query Params
string
required

Comma separated list of Ethereum addresses, up to 350 at a time

address_types
array of strings

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.

address_types
int32

The unique identifier of a farcaster user (unsigned integer)

Headers
boolean
Defaults to false

Enables experimental features

Responses

Language
Credentials