Find wallets behind an X handle
walletlink_wallets_by_x_handleFind every wallet in the index attested to an X account. The reverse of resolving an address.
COST: one match credit per wallet returned, and a page holds up to 100. A handle nobody holds returns an empty list and is free. The free allowance is 100 matches per 30 days, so a single widely held handle can spend all of it in one call. Check the balance first with walletlink_account_balance if that matters. A retried call bills its returned wallets again.
Results are ordered by Farcaster follower count, highest first. When more_pages is true, pass next_cursor back to continue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | The next_cursor from a previous call, passed back unchanged. Omit for the first page. | |
| handle | Yes | An X handle, 1 to 15 letters, numbers or underscores. A leading @ is accepted. Case does not matter. |