Authorizations
API key to authorize requests
Query Parameters
The FID of the link's originator
x >= 1
1
The FID of the target user for this link
x >= 1
1
Defines the type of social connection between users.
- follow: Establishes a following relationship where the user will receive updates from the target user in their feed
follow
"follow"
Response
The requested Link.
"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 social graph connection between users in the Farcaster network. Currently supports following relationships between users. Common properties shared by all Farcaster message types. These properties provide essential metadata about the message's origin, timing, and network context.