Find wallets behind a Farcaster username
walletlink_wallets_by_farcaster_usernameFind every wallet in the index attested to a Farcaster account.
COST: one match credit per wallet returned, and a page holds up to 100. A username nobody holds returns an empty list and is free. A retried call bills its returned wallets again.
Pass the username whole, including any .eth suffix: an ENS name attached to a Farcaster account is a large share of the index, and stripping the suffix will find nothing. Results are ordered by follower count, highest first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | The next_cursor from a previous call, passed back unchanged. Omit for the first page. | |
| username | Yes | A Farcaster username, such as dwr or vitalik.eth. 1 to 32 characters of letters, numbers, dots and hyphens, starting with a letter or a number. |