Authorizations
API key to authorize requests
Query Parameters
The FID that's being requested
The type of user data, either as a numerical value or type string. If this is omitted, all user data for the FID is returned
USER_DATA_TYPE_PFP
, USER_DATA_TYPE_DISPLAY
, USER_DATA_TYPE_BIO
, USER_DATA_TYPE_URL
, USER_DATA_TYPE_USERNAME
Maximum number of messages to return in a single response
Reverse the sort order, returning latest messages first
The page token returned by the previous query, to fetch the next page. If this parameter is empty, fetch the first page
Response
The requested UserData.
"0xd2b1ddc6c88e865a33cb1a565e0058d757042974"
Type of hashing scheme used to produce a digest of MessageData. - HASH_SCHEME_BLAKE3: Default scheme for hashing MessageData
HASH_SCHEME_BLAKE3
Type of signature scheme used to sign the Message hash
- SIGNATURE_SCHEME_ED25519: Ed25519 signature (default)
- SIGNATURE_SCHEME_EIP712: ECDSA signature using EIP-712 scheme
SIGNATURE_SCHEME_ED25519
, SIGNATURE_SCHEME_EIP712
Represents a message that updates a user's profile metadata. This can include changes to profile picture, display name, bio, URL, or preferred username. Each update modifies a single profile field. Common properties shared by all Farcaster message types. These properties provide essential metadata about the message's origin, timing, and network context.