users

Get user by wallet address

Retrieve user details using their Ethereum wallet address

get/v1/users/wallet/{walletAddress}

Path parameters

walletAddressstring required

Ethereum wallet address

Response

User details retrieved successfully

idstring required

Unique identifier for the user

walletAddressstring

Wallet address of the user

avatarUrlstring uri

URL to the user's avatar image

publicationIdstring required

ID of the publication this user belongs to

namestring

Display name of the user

biostring

Brief biography of the user (max 500 characters)

Changes

Changed in 3 of the 61 revisions of this API.31

    • removed the optional property farcaster from the response with the 200 status

      response-optional-property-removed

    • removed the optional property error from the response with the 404 status

      response-optional-property-removed

    • removed the optional property error from the response with the 500 status

      response-optional-property-removed

    • added the optional property farcaster to the response with the 200 status

      response-optional-property-added