Lookup a reaction by its FID or cast.
API key to authorize requests
The FID of the reaction's creator
The FID of the cast's creator
The cast's hash
Type of interaction a user can have with content on the Farcaster network.
Like, Recast "Like"
The requested Reaction.
^0x[0-9a-fA-F]{40}$"0xd2b1ddc6c88e865a33cb1a565e0058d757042974"
Type of hashing scheme used to produce a digest of MessageData. - HASH_SCHEME_BLAKE3: Default scheme for hashing MessageData
HASH_SCHEME_BLAKE3 ^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$Type of signature scheme used to sign the Message hash
SIGNATURE_SCHEME_ED25519, SIGNATURE_SCHEME_EIP712 ^0x[0-9a-fA-F]+$Represents a user's reaction to content on the Farcaster network. Reactions can be likes or recasts of casts, allowing users to express appreciation or share content with their followers.