Get UserData for a FID.
Note: one of two different response schemas is returned based on whether the caller provides the user_data_type
parameter. If included, a single UserDataAdd
message is returned (or a not_found
error). If omitted, a paginated list of UserDataAdd
messages is returned instead
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
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