GET
/
v2
/
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

Example:

"0xa6a8736f18f383f1cc2d938576933e5ea7df01a1,0x7cac817861e5c3384753403fb6c0c556c204b1ce"

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.

viewer_fid
integer
Required range: x >= 1

Response

200
application/json

Success

The response is of type object.