Skip to main content

Table description

This table contains Farcaster user profile data combined with their connected wallet addresses. It provides a convenient denormalized view for querying user identity alongside on-chain addresses.

Table Schema

Column NameTypeDescription
fidBIGINTFarcaster user ID
fnameVARCHARFarcaster username
display_nameVARCHARDisplay name chosen by the user
avatar_urlVARCHARURL to the user’s profile picture
bioVARCHARUser’s profile biography text
verified_addressesVARCHARJSON-encoded array of verified EVM wallet addresses connected to the profile
updated_atTIMESTAMPTimestamp when the profile data was last updated

Table Sample