Fetches users based on Eth or Sol addresses
farcasterUser.getUserByBulkAddress
Overview
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.
Parameters
addresses
string
true
ex) "0x63cd09948b05e5d8367226b0c83a16b583862191, 0x6b0bda3f2ffed5efc83fa8c024acff1dd45793f1"
address_types
string
false
"custody_address" or "verified_address"
viewer_fid
number
false
ex) 3
Usage
Response
0x63cd09948b05e5d8367226b0c83a16b583862191
user
721870
lum0x
Lum0x
illuminate your builder journey with Lum0x 💡\n\nhttps://lum0x.com/
37
2
[]
Eth Addresses: [] Sol Addresses: []
inactive
false
0x6b0bda3f2ffed5efc83fa8c024acff1dd45793f1
user
3
dwr.eth
Dan Romero
Working on Farcaster and Warpcast.
475876
3379
[0xd7029bdea1c17493893aafe29aad69ef892b8ff2]
Eth Addresses: [0xd7029bdea1c17493893aafe29aad69ef892b8ff2] Sol Addresses: []
inactive
true
Field Description
Custody Address: The user's wallet address.
Object: The type of data object.
FID: The user's unique identifier.
Username: The user's account name.
Display Name: The user's public name.
Profile Pic URL: The URL of the user's profile picture.
Bio: Information about the user, including introductions and links.
Follower Count: The number of followers the user has.
Following Count: The number of people the user is following.
Verifications: The user's verification information.
Verified ETH Addresses: List of verified Ethereum addresses.
Verified SOL Addresses: List of verified Solana addresses.
Active Status: The user's activity status (e.g., active, inactive).
Power Badge: Whether the user holds a power badge.
Last updated