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.
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://neynar.com/schemas/hub/MessageDataReaction",
"title": "Hub MessageDataReaction",
"description": "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.",
"allOf": [
{
"$ref": "#/components/schemas/MessageDataCommon"
},
{
"type": "object",
"required": [
"reactionBody"
],
"properties": {
"reactionBody": {
"description": "Contains the type of reaction (like/recast) and the target content being reacted to. The target can be specified either by castId or URL.",
"allOf": [
{
"$ref": "#/components/schemas/ReactionBody"
}
]
}
}
}
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.