GET
/
farcaster
/
user
/
bulk-by-address
curl --request GET \
  --url https://api.neynar.com/v2/farcaster/user/bulk-by-address \
  --header 'x-api-key: <api-key>'
{}

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Headers

x-neynar-experimental
boolean
default:false

Enables experimental features including filtering based on the Neynar score. See docs for more details.

Query Parameters

addresses
string
required

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

address_types
enum<string>[]

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.

Available options:
custody_address,
verified_address
viewer_fid
integer

The unique identifier of a farcaster user (unsigned integer)

Example:

3

Response

200
application/json
Successful operation.
{key}
object[]