dune.neynar.dataset_farcaster_user_data
This table contains data about the user information on the Farcaster protocol. It can be joined withfname or fid for additional details.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
fname or fid for additional details.
| Column name | Type | Description |
|---|---|---|
| id | bigint | Row id |
| created_at | timestamp without timezone | Timestamp of creation within database |
| updated_at | timestamp without timezone | Timestamp of update within database |
| deleted_at | timestamp without timezone | Timestamp of deletion on Farcaster protocol |
| timestamp | timestamp without timezone | Timestamp of creation on Farcaster protocol |
| fid | bigint | User ID of user on Farcaster protocol |
| hash | bytea | Hash of user data |
| type | smallint | Type of user data: (1 = Avatar URL, 2 = Display name, 3 = Profile bio, 5 = URL of the user, 6 = Preferred fname) |
Was this page helpful?
